summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-04-20 14:49:26 -0500
committerzachir <zachir@librem.one>2023-04-20 14:53:52 -0500
commit9d4e7c516e978383791d486fbf3ca4c7c380ed0a (patch)
treea50274e34d9a278cfd7d9a79547dc8a6df178078
parentb3b096ee80e1dffe3098b01512521eb58531a1ab (diff)
hypr: change some bindings, add gamemode.sh
-rwxr-xr-xhypr/gamemode.sh14
-rw-r--r--hypr/hyprland.conf7
2 files changed, 18 insertions, 3 deletions
diff --git a/hypr/gamemode.sh b/hypr/gamemode.sh
new file mode 100755
index 0000000..a07ac4a
--- /dev/null
+++ b/hypr/gamemode.sh
@@ -0,0 +1,14 @@
+#!/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
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index c93c2b3..f674342 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -195,6 +195,7 @@ binde = $mainMod $secdMod, J, resizeactive, 0 10 #DWINDLE
bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod SHIFT, E, exit,
bind = $mainMod SHIFT, SPACE, togglefloating,
+bind = $mainMod $secdMod, F2, exec, ~/.config/hypr/gamemode.sh
bind = $mainMod, F, fullscreen, 0
bind = $mainMod, M, fullscreen, 1
#}}}
@@ -268,8 +269,8 @@ bind = $mainMod $secdMod, P, exec, passmenu
#}}}
#{{{ Misc bindings
-bind = $mainMod, Return, exec, st
-bind = $mainMod $secdMod, F, exec, st -e lf
+bind = $mainMod, Return, exec, foot
+bind = $mainMod $secdMod, F, exec, foot lf
bind = $mainMod, W, exec, waytoggle
bind = $mainMod, Q, exec, loginctl lock-session
bind = $mainMod SHIFT, G, exec, get-app-id
@@ -322,7 +323,7 @@ submap = reset
#}}}
#{{{ Media bindings
-bindl = $secdMod, P, exec, playerctl -p mpd play-pause
+bindl = $secdMod, P, exec, playerctl play-pause
bindel = , XF86AudioRaiseVolume, exec, volsv -i 5
bindel = , XF86AudioLowerVolume, exec, volsv -d 5
bind = , XF86AudioMute, exec, volsv -t