diff options
| author | subh <subh@subh.space> | 2026-04-04 10:34:46 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-04-04 10:34:46 +0530 |
| commit | 92811eb6050c2f2971c6ab8998b18d448ded35a0 (patch) | |
| tree | 356e3fecdf88cb6728f6df5222733e1aa8547ec2 /hyprland/keybinds.conf | |
| parent | 314d760de1922128124f2a9be0494fd4f6f7effb (diff) | |
Departure from catppuccin to gruvboxmain
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 |
