diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-03-26 19:24:31 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-03-26 19:24:31 -0400 |
| commit | f4b64685c4e5e80bd279cbb7d6f1c774041e7baa (patch) | |
| tree | e76fed460cf59f7cd3dad0ef6bef8706d6897e64 /.config | |
| parent | 060d26a571bb3561d6198a7812b5ecdc9d9830d0 (diff) | |
Volume Key
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e51823a..1dcfaa2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -137,13 +137,17 @@ bind = $mainMod, R, exec, $menu # bind = $mainMod, P, pseudo, # dwindle # bind = $mainMod, J, togglesplit, # dwindle +bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% +bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% +bind = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle + # Programs bind = $mainMod, B, exec, $browser # Move focus with mainMod + arrow keys bind = $mainMod, H, movefocus, l bind = $mainMod, L, movefocus, r -bind = $mainMod, K, movefocus, u +bind = $mainMod, K, movefocus, u bind = $mainMod, J, movefocus, d # Switch workspaces with mainMod + [0-9] |
