diff options
Diffstat (limited to 'hyprland/keybinds.conf')
| -rw-r--r-- | hyprland/keybinds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf index 3d455df..fbc00fb 100644 --- a/hyprland/keybinds.conf +++ b/hyprland/keybinds.conf @@ -38,8 +38,8 @@ bind = $mainMod, equal, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% && notify bind = $mainMod, minus, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% && notify-send "Volume Status" "Current Volume: $(pactl --format json get-sink-volume @DEFAULT_SINK@ | jq -r '.volume."front-left"."value_percent"')" bind = $mainMod SHIFT, equal, exec, mpc volume +5 && notify-send -i "audio-volume-high" -a "MPD" "MPD Volume" "$(mpc volume)" bind = $mainMod SHIFT, minus, exec, mpc volume -5 && notify-send -i "audio-volume-low" -a "MPD" "MPD Volume" "$(mpc volume)" -bind = Ctrl, M, exec, kitty --class rmpc-term rmpc -bind = Ctrl|Shift, F, exec, kitty --class yazi-term yazi +bind = Ctrl, M, exec, foot -a rmpc-term rmpc +bind = Ctrl|Shift, F, exec, foot -a yazi-term yazi # Move focus with mainMod + arrow keys bind = $mainMod, h, movefocus, l |
