New Scripts

This commit is contained in:
xSghetti 2024-07-24 20:26:59 -04:00
parent 4875c2f2df
commit bcac3c08e4
6 changed files with 116 additions and 7 deletions

View file

@ -125,3 +125,12 @@ bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+
bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%-
bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
bind = $mainMod, EQUAL, exec, ~/.config/hypr/scripts/gaps.sh +
bind = $mainMod, MINUS, exec, ~/scripts/gaps.sh -
# Adjust gaps_out
binde = $mainMod SHIFT, UP, exec, ~/.config/hypr/scripts/gaps_out.sh up
binde = $mainMod SHIFT, DOWN, exec, ~/.config/hypr/scripts/gaps_out.sh down
binde = $mainMod SHIFT, left, exec, ~/.config/hypr/scripts/gaps_in.sh down
binde = $mainMod SHIFT, right, exec, ~/.config/hypr/scripts/gaps_in.sh up