Files
nixos/dendritic-nixos-main/scripts/gamemode.sh
T
2026-03-21 20:01:50 +00:00

17 lines
547 B
Bash
Executable File

#!/usr/bin/env sh
HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}')
if [ "$HYPRGAMEMODE" = 1 ] ; then
hyprctl --batch "\
keyword animations:enabled 0;\
keyword decoration:shadow:enabled 0;\
keyword decoration:blur:enabled 0;\
keyword general:gaps_in 0;\
keyword general:gaps_out 0;\
keyword general:border_size 1;\
keyword decoration:rounding 0"
noctalia-shell ipc call powerProfile enableNoctaliaPerformance
exit
fi
hyprctl reload
noctalia-shell ipc call powerProfile disableNoctaliaPerformance