Compare commits
2 commits
4fa809a506
...
6085c9f417
Author | SHA1 | Date | |
---|---|---|---|
6085c9f417 | |||
10c10e9a72 |
3 changed files with 14 additions and 13 deletions
|
@ -106,7 +106,7 @@ AUTOINSTALL_ITEM_GROUPS="graphical"
|
|||
#AUTOINSTALL_ITEM_GROUPS="graphical"
|
||||
|
||||
AUTOINSTALL_ITEM_TYPE="exe"
|
||||
AUTOINSTALL_ITEM_SOURCE="$(curl -fsSL 'https://data.services.jetbrains.com/products?code=TBA&release.type=release&fields=releases' | jq -r '.[0].releases[0].downloads.linux.link')"
|
||||
AUTOINSTALL_ITEM_SOURCE='$(curl -fsSL "https://data.services.jetbrains.com/products?code=TBA&release.type=release&fields=releases" | jq -r ".[0].releases[0].downloads.linux.link")'
|
||||
AUTOINSTALL_ITEM_TARGET="jetbrains-toolbox"
|
||||
AUTOINSTALL_ITEM_PIPE="tar xzO"
|
||||
AUTOINSTALL_ITEM_GROUPS="graphical"
|
||||
|
|
|
@ -24,19 +24,10 @@ windowrulev2 = workspace $ws_msg silent, class:(Signal)
|
|||
|
||||
# Specific rules
|
||||
|
||||
windowrulev2 = move 100%-300 100%-30, class:(steam), title:^(notificationtoasts)
|
||||
windowrulev2 = nofocus, class:(steam), title:^(notificationtoasts)
|
||||
windowrulev2 = float, class:(steam), title:^(Friends List)
|
||||
windowrulev2 = float, class:(zenity), title:^(Progress)
|
||||
windowrulev2 = noinitialfocus, class:(steam), title:^(Friends List)
|
||||
#windowrulev2 = workspace $ws_chat silent, class:(steam), title:^(Friends List)
|
||||
|
||||
windowrulev2 = float, class:(xdg-desktop-portal-gtk)
|
||||
|
||||
#windowrulev2 = monitor $mon2, class:(thunderbird), title:^$ # where monitor silent rule?
|
||||
windowrulev2 = noinitialfocus, class:(thunderbird), title:^$
|
||||
windowrulev2 = float, class:(thunderbird), title:^$
|
||||
#windowrulev2 = move 5 5, class:(thunderbird), title:^$
|
||||
|
||||
windowrulev2 = float, class:(thunderbird), title:(Reminder)
|
||||
|
||||
|
@ -46,10 +37,19 @@ windowrulev2 = float, class:(Pinetry-gtk-2)
|
|||
|
||||
windowrulev2 = fullscreen, class:(FreeTube)
|
||||
|
||||
#windowrulev2 = tile, class:(discord)
|
||||
#windowrulev2 = nofullscreenrequest, class:(discord)
|
||||
|
||||
windowrulev2 = float, class:(com/.https://ultimaker.UltiMaker-Cura), title:(UltiMaker-Cura)
|
||||
|
||||
# https://github.com/hyprwm/Hyprland/issues/4257#issuecomment-1879781806
|
||||
windowrulev2 = noinitialfocus,class:^jetbrains-(?!toolbox),floating:1
|
||||
|
||||
|
||||
# Gaming Rules (steam and games)
|
||||
|
||||
windowrulev2 = move 100%-300 100%-30, class:(steam), title:^(notificationtoasts)
|
||||
windowrulev2 = nofocus, class:(steam), title:^(notificationtoasts)
|
||||
windowrulev2 = float, class:(zenity), title:^(Progress)
|
||||
windowrulev2 = noinitialfocus, class:(steam), title:^(Friends List)
|
||||
windowrulev2 = workspace $ws_chat silent, class:(steam), title:^(Friends List)
|
||||
|
||||
windowrulev2 = fullscreen, class:^cs2$
|
||||
windowrulev2 = workspace $ws_focus, class:^cs2$
|
||||
|
|
|
@ -57,6 +57,7 @@ animations {
|
|||
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||
|
||||
animation = windows, 1, 3, overshot, slide
|
||||
animation = windowsMove, 1, 3, default
|
||||
animation = fade, 0, 6, default
|
||||
animation = border, 1, 6, default
|
||||
animation = workspaces, 1, 6, overshot, slide
|
||||
|
|
Loading…
Reference in a new issue