feat: gamemode, toggle-touchpad and restore-waybar \n fix: albert glitches and bugs in the scripts \n And appearance changes concerning waybar and single windows
This commit is contained in:
parent
6e4c3bb974
commit
d33ecc32e7
14 changed files with 124 additions and 19 deletions
|
|
@ -91,8 +91,11 @@ animations {
|
|||
animation = fadeLayersOut, 1, 1.39, almostLinear
|
||||
|
||||
animation = workspaces, 1, 1.94, almostLinear, fade
|
||||
animation = workspacesIn, 1, 3, easeOutQuint, slidefade
|
||||
animation = workspacesOut, 1, 5, easeOutQuint, slidefade
|
||||
animation = workspacesIn, 1, 3, easeOutQuint, slide
|
||||
animation = workspacesOut, 1, 3, easeOutQuint, slide
|
||||
|
||||
#animation = workspacesIn, 1, 3, easeOutQuint, slidefade
|
||||
#animation = workspacesOut, 1, 5, easeOutQuint, slidefade
|
||||
}
|
||||
|
||||
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||
|
|
@ -151,3 +154,13 @@ windowrule=noshadow,^(albert)$
|
|||
windowrule=float,^(albert)$
|
||||
windowrule=stayfocused,^(albert)$
|
||||
windowrule=nodim,^(albert)$
|
||||
|
||||
# Prism Launcher
|
||||
windowrulev2=pseudo, class:(org.prismlauncher.PrismLauncher)
|
||||
windowrulev2=size 65% 70%, class:(org.prismlauncher.PrismLauncher), title:^(Prism Launcher .*)$
|
||||
|
||||
# TODO Automatically fullscreen single apps
|
||||
# - Seems impossible for now (try mixing with workspace rules)
|
||||
|
||||
# Increase gaps for single apps
|
||||
workspace=w[t1], gapsout:2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue