feat(hyprland): add "game mode" toggle
This mode turns off most animations and hides the UI to save resources.
This commit is contained in:
parent
2d5b25daa3
commit
0edf02262a
2 changed files with 26 additions and 0 deletions
|
|
@ -138,6 +138,9 @@ in {
|
|||
# Workspace manipulation
|
||||
"$mod, N, global, ${shell}:newworkspace"
|
||||
"$mod Shift, N, global, ${shell}:movetonewworkspace"
|
||||
|
||||
# Game Mode
|
||||
"$mod, F1, exec, ${scripts}/gamemode"
|
||||
] ++
|
||||
builtins.concatMap (n:
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue