From 088d60adb1985349928ba06ec7300fe639e8b93f Mon Sep 17 00:00:00 2001 From: subh Date: Thu, 22 Jan 2026 23:39:11 +0530 Subject: Workspace switcher with rofi --- hyprland/keybinds.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3