Browse Source

Merge pull request #172 from JaKooLit/main

main to dev
pull/176/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
fca1583665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/scripts/GameMode.sh

2
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;\

Loading…
Cancel
Save