bind = ALT SHIFT, F12, exec, ~/.config/hypr/scripts/gamemode.sh
bind = $mainmod, G, togglegroup
bind = $mainmod SHIFT, G, lockactivegroup, toggle
-bind = $mainmod, TAB, focuscurrentorlast
-bind = ALT, TAB, exec, ~/.config/hypr/scripts/windowswitch-rg.sh
+bind = ALT, TAB, focuscurrentorlast
+bind = $mainmod, TAB, exec, ~/.config/hypr/scripts/windowswitch-rg.sh
# Move focus with mainMod + arrow keys
bind = $mainmod, left, movefocus, l
# 'scratchpad
bind = $mainmod, I, togglespecialworkspace, overlay
-bind = $mainmod SHIFT, I, movetoworkspace, special:overlay
+bind = $mainmod SHIFT, I, movetoworkspacesilent, special:overlay
logout)
hyprctl dispatch exit;;
suspend)
- exec loginctl suspend;;
+ sync && exec loginctl suspend;;
reboot)
- exec loginctl reboot;;
+ sync && exec loginctl reboot;;
shutdown)
- exec loginctl poweroff -i;;
+ sync && exec loginctl poweroff -i;;
esac