From 4d209f7c9208b5ee3ec4fe642084d523d0ea5a7e Mon Sep 17 00:00:00 2001 From: subh Date: Mon, 30 Mar 2026 00:26:56 +0530 Subject: Lots of changes --- hyprland/keybinds.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hyprland/keybinds.conf') diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf index e575e67..62c3582 100644 --- a/hyprland/keybinds.conf +++ b/hyprland/keybinds.conf @@ -32,6 +32,8 @@ bind = $mainMod, X, exec, /opt/scripts/screen-record.sh bind = $mainMod|Shift, X, exec, /opt/scripts/screen-record-stop.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"')" # Move focus with mainMod + arrow keys bind = $mainMod, h, movefocus, l -- cgit v1.2.3