optimized some lower-powered hosts
This commit is contained in:
@@ -393,7 +393,7 @@ in
|
||||
'')
|
||||
(pkgs.writeScriptBin "hyprgamemode" ''
|
||||
#!/bin/sh
|
||||
HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}')
|
||||
HYPRGAMEMODE=$(hyprctl getoption decoration:blur:enabled | awk 'NR==1{print $2}')
|
||||
if [ "$HYPRGAMEMODE" = 1 ] ; then
|
||||
hyprctl --batch "\
|
||||
keyword animations:enabled 0;\
|
||||
|
Reference in New Issue
Block a user