From ebd27cd9d043a9b729bde9e72cfc0cf865f83458 Mon Sep 17 00:00:00 2001 From: subh Date: Sat, 28 Mar 2026 09:06:29 +0530 Subject: Added a layout indicator in quickshell, along with a pdf reader named zathura. Also, removed the powerprofiles script --- hyprland/keybinds.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hyprland/keybinds.conf') diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf index b788d9d..83ac060 100644 --- a/hyprland/keybinds.conf +++ b/hyprland/keybinds.conf @@ -30,8 +30,7 @@ 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, Y, exec, hyprctl workspaces -j | jq '.[].lastwindowtitle' | rofi -show window -bind = $mainMod, P, exec, /opt/scripts/power-profiles.sh - +bind = $mainMod, P, exec, hyprctl getoption general:layout | grep -q 'dwindle' && hyprctl keyword general:layout master || hyprctl keyword general:layout dwindle # Move focus with mainMod + arrow keys bind = $mainMod, h, movefocus, l -- cgit v1.2.3