diff options
| author | subh <subh@example.com> | 2026-01-22 23:39:11 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-01-22 23:39:11 +0530 |
| commit | 088d60adb1985349928ba06ec7300fe639e8b93f (patch) | |
| tree | a85c526bd8025d79cebc63a535d5eaa0bbc0c224 | |
| parent | ecd60d39e7fa79f138f06dac8f62110db703d08d (diff) | |
Workspace switcher with rofi
| -rw-r--r-- | hyprland/keybinds.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf index 0449113..919366b 100644 --- a/hyprland/keybinds.conf +++ b/hyprland/keybinds.conf @@ -23,6 +23,10 @@ bind = $mainMod|Shift, K, exec, keepassxc bind = $mainMod, S, exec, subl bind = $mainMod, P, exec, /opt/scripts/vpn_connect.sh bind = $mainMod|Shift, P, 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 + # Move focus with mainMod + arrow keys bind = $mainMod, h, movefocus, l |
