diff options
| author | subh <subh@subh.space> | 2026-03-28 09:06:29 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-03-28 09:06:29 +0530 |
| commit | ebd27cd9d043a9b729bde9e72cfc0cf865f83458 (patch) | |
| tree | eba939aed78230b52d2e219ac1a2a29e24ebc523 /hyprland | |
| parent | 53c9d8dc80e7fb9b714fbbe050b9e0caff7f5cf8 (diff) | |
Added a layout indicator in quickshell, along with a pdf reader named zathura. Also, removed the powerprofiles script
Diffstat (limited to 'hyprland')
| -rw-r--r-- | hyprland/keybinds.conf | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
