Hyprland rules updating
This commit is contained in:
parent
23d24bede8
commit
57b8fdb27a
4 changed files with 29 additions and 13 deletions
|
|
@ -4,6 +4,7 @@ let rootPath = ./.; in
|
|||
wayland.windowManager.hyprland.enable = true;
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
${builtins.readFile ./window_rules.conf}
|
||||
${builtins.readFile ./league_rules.conf}
|
||||
${builtins.readFile ./settings.conf}
|
||||
${builtins.readFile ./nvidia.conf}
|
||||
${builtins.readFile ./keybinds.conf}
|
||||
|
|
|
|||
19
programs/hypr/league_rules.conf
Normal file
19
programs/hypr/league_rules.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# no opacity
|
||||
windowrulev2 = opacity 1 1, class:^(league of legends.exe)$ # loading text
|
||||
windowrulev2 = opacity 1 override, class:^(leagueclientux.exe)$ # client
|
||||
windowrulev2 = opacity 1 override, class:^(leagueclient.exe)$ # game
|
||||
|
||||
# nice loading text
|
||||
windowrulev2 = noblur, class:^(leagueclient.exe)$
|
||||
windowrulev2 = noborder, class:^(leagueclient.exe)$
|
||||
windowrulev2 = nofocus, class:^(leagueclient.exe)$
|
||||
windowrulev2 = noshadow, class:^(leagueclient.exe)$
|
||||
|
||||
# gamer settings (set ingame to borderless)
|
||||
windowrulev2 = immediate, class:^(league of legends.exe)$
|
||||
windowrulev2 = fullscreen, class:^(league of legends.exe)$
|
||||
|
||||
# workspaces
|
||||
windowrule = workspace name:game, leagueclient.exe
|
||||
windowrule = workspace name:game, leagueclientux.exe
|
||||
windowrule = workspace name:game, league of legends.exe
|
||||
|
|
@ -21,10 +21,6 @@ windowrule = workspace name:chat, discord
|
|||
windowrule = workspace name:chat, Beeper
|
||||
windowrule = workspace name:game, lutris
|
||||
windowrule = workspace name:game, explorer.exe
|
||||
windowrule = workspace name:game, leagueclient.exe
|
||||
windowrule = workspace name:game, leagueclientux.exe
|
||||
windowrule = workspace name:game, league of legends.exe
|
||||
windowrule = immediate, league of legends.exe
|
||||
|
||||
windowrule = opacity 0.9 0.9,^(Alacritty)$
|
||||
windowrule = opacity 0.94 0.94,^(discord)$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue