From 92811eb6050c2f2971c6ab8998b18d448ded35a0 Mon Sep 17 00:00:00 2001 From: subh Date: Sat, 4 Apr 2026 10:34:46 +0530 Subject: Departure from catppuccin to gruvbox --- hyprland/keybinds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hyprland/keybinds.conf') 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 -- cgit v1.2.3