mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
New Scripts
This commit is contained in:
parent
4875c2f2df
commit
bcac3c08e4
6 changed files with 116 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue