diff options
Diffstat (limited to 'hyprland/keybinds.conf')
| -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 |
