summaryrefslogtreecommitdiff
path: root/hypr/gamemode.sh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-06-24 15:44:25 -0500
committerzachir <zachir@librem.one>2023-10-19 09:15:42 -0500
commit6d2ec75f9360a6c61bcc1c27ef012e738be3af9a (patch)
treeed8da89eacd3875ada116eaa5d3866fc6cb224f8 /hypr/gamemode.sh
parent0e3d7c9afdc49e1b81f976a380a878db0d0c3947 (diff)
Not using hyprland anymore.
Diffstat (limited to 'hypr/gamemode.sh')
-rwxr-xr-xhypr/gamemode.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/hypr/gamemode.sh b/hypr/gamemode.sh
deleted file mode 100755
index a07ac4a..0000000
--- a/hypr/gamemode.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env sh
-HYPRGAMEMODE=$(hyprctl getoption animations:enabled | sed -n '2p' | awk '{print $2}')
-if [ $HYPRGAMEMODE = 1 ] ; then
- hyprctl --batch "\
- keyword animations:enabled 0;\
- keyword decoration:drop_shadow 0;\
- keyword decoration:blur 0;\
- keyword general:gaps_in 0;\
- keyword general:gaps_out 0;\
- keyword general:border_size 1;\
- keyword decoration:rounding 0"
- exit
-fi
-hyprctl reload