summaryrefslogtreecommitdiff
path: root/hypr/gamemode.sh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 11:11:29 -0500
committerzachir <zachir@librem.one>2023-10-19 11:11:29 -0500
commit9c6542ba30f9579316eb2dddd2eca7dd6b8d2389 (patch)
tree9161f1825b2ec584941253a90f24d43a05150ee5 /hypr/gamemode.sh
parent6e392f8f0e99274bb6f910d8fc34e335648d1c26 (diff)
parentc81018b4514b26a6f5716deb2100a7a0b88c9aa2 (diff)
Merge branch 'master' of zachir.xyz:zachir/dotfiles into cas-master
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