Skip to content

Commit

Permalink
make binds repeating
Browse files Browse the repository at this point in the history
  • Loading branch information
Ergotu committed May 26, 2024
1 parent 4b7946f commit 915e53a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/files/usr/share/hyprland/configs/keybinds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy

# Volume and Media Control
bind = , XF86AudioRaiseVolume, exec, pamixer -i 5
bind = , XF86AudioLowerVolume, exec, pamixer -d 5
binde = , XF86AudioRaiseVolume, exec, pamixer -i 5
binde = , XF86AudioLowerVolume, exec, pamixer -d 5
bind = , XF86AudioMicMute, exec, pamixer --default-source -m
bind = , XF86AudioMute, exec, pamixer -t
bind = , XF86AudioPlay, exec, playerctl play-pause
Expand All @@ -83,12 +83,12 @@ bind = , XF86AudioNext, exec, playerctl next
bind = , XF86AudioPrev, exec, playerctl previous

# Screen brightness
bind = , XF86MonBrightnessUp, exec, brightnessctl s +5%
bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%-
binde = , XF86MonBrightnessUp, exec, brightnessctl s +5%
binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%-

# Keyboard backlight
bind = , xf86KbdBrightnessUp, exec, brightnessctl -d *::kbd_backlight set +33%
bind = , xf86KbdBrightnessDown, exec, brightnessctl -d *::kbd_backlight set 33%-
binde = , xf86KbdBrightnessUp, exec, brightnessctl -d *::kbd_backlight set +33%
binde = , xf86KbdBrightnessDown, exec, brightnessctl -d *::kbd_backlight set 33%-

# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic
Expand Down

0 comments on commit 915e53a

Please sign in to comment.