diff options
| author | subh <subh@subh.space> | 2026-04-03 14:47:03 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-04-03 14:47:03 +0530 |
| commit | 314d760de1922128124f2a9be0494fd4f6f7effb (patch) | |
| tree | 3f4bb374fc89be2b1cd4e2a0a21ae17d4bf83452 /hyprland/keybinds.conf | |
| parent | 0203dd4b8d45c663356f797c11be17fdec6f22f2 (diff) | |
new music bar, auto usb mounting and more
Diffstat (limited to 'hyprland/keybinds.conf')
| -rw-r--r-- | hyprland/keybinds.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf index 62c3582..3d455df 100644 --- a/hyprland/keybinds.conf +++ b/hyprland/keybinds.conf @@ -23,17 +23,23 @@ bind = $mainMod|Ctrl, L, exec, /opt/scripts/power.sh bind = $mainMod|Shift, W, exec, /opt/scripts/wallpaper-picker.sh bind = $mainMod, N, exec, /opt/scripts/wifi-connect.sh bind = $mainMod|Shift, N, exec, /opt/scripts/wifi-disconnect.sh -bind = $mainMod|Shift, M, exec, kill -9 `pidof spotify` +#bind = $mainMod|Shift, M, exec, kill -9 `pidof spotify` bind = $mainMod|Ctrl, K, exec, keepassxc bind = $mainMod, S, exec, subl bind = $mainMod, V, exec, /opt/scripts/vpn_connect.sh bind = $mainMod|Shift, V, exec, /opt/scripts/vpn_disconnect.sh bind = $mainMod, X, exec, /opt/scripts/screen-record.sh bind = $mainMod|Shift, X, exec, /opt/scripts/screen-record-stop.sh +bind = $mainMod, M, exec, /opt/scripts/mount-usb.sh +bind = $mainMod|Shift, M, exec, /opt/scripts/umount-usb.sh bind = $mainMod, Y, exec, hyprctl workspaces -j | jq '.[].lastwindowtitle' | rofi -show window bind = $mainMod, P, exec, hyprctl getoption general:layout | grep -q 'dwindle' && hyprctl keyword general:layout master || hyprctl keyword general:layout dwindle bind = $mainMod, equal, 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, 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 # Move focus with mainMod + arrow keys bind = $mainMod, h, movefocus, l |
