diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-03-12 09:54:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-12 09:54:58 +0900 |
| commit | fca15836657a5b2b1828df7f7fc102cd177ddb5a (patch) | |
| tree | 00bae0ed2515eb4b646f0b2d486dec1fcd7d1edb /config | |
| parent | 24bcdc47d36bac4282b5ce469810a1147b0a04d1 (diff) | |
| parent | a2649f32492f3a1aa41fbc3801e90f96749f9efe (diff) | |
Merge pull request #172 from JaKooLit/main
main to dev
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/GameMode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index f05676eb..28064505 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -6,7 +6,7 @@ notif="$HOME/.config/swaync/images/bell.png" SCRIPTSDIR="$HOME/.config/hypr/scripts" -HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==2{print $2}') +HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}') if [ "$HYPRGAMEMODE" = 1 ] ; then hyprctl --batch "\ keyword animations:enabled 0;\ |
