diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-09 22:05:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-09 22:05:14 +0900 |
| commit | 752232f326fd82d28dac4107e5bf81818a657903 (patch) | |
| tree | 1ba2004441431124be073ea6f75ee0b9a4d84050 | |
| parent | 55345daabeaf9a8f9acd61a62d41668f2acde56d (diff) | |
| parent | ba0f1312534abd39a78463eac98049ab14ea4117 (diff) | |
Merge pull request #548 from JaKooLit/main
main to development
| -rwxr-xr-x | config/hypr/scripts/GameMode.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index a5915cfb..04b337ed 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -10,8 +10,8 @@ HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}') if [ "$HYPRGAMEMODE" = 1 ] ; then hyprctl --batch "\ keyword animations:enabled 0;\ - keyword decoration:drop_shadow 0;\ - keyword decoration:blur:passes 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;\ |
