From 67bc26499985bc1ffe47c0c79db8c98b826c2ac0 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Feb 2026 00:37:08 +0100 Subject: Add launcher binding and add more clipboard binding --- roles/hyprland/templates/hyprland/bindings.conf.j2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'roles/hyprland') diff --git a/roles/hyprland/templates/hyprland/bindings.conf.j2 b/roles/hyprland/templates/hyprland/bindings.conf.j2 index 1a4e66ce..6c74522f 100644 --- a/roles/hyprland/templates/hyprland/bindings.conf.j2 +++ b/roles/hyprland/templates/hyprland/bindings.conf.j2 @@ -9,9 +9,13 @@ bindd = SUPER, Q, Quit, killactive, bindd = SUPER CONTROL, Q, Lock System, exec, hyprlock bindd = SUPER SHIFT, Q, Logout, exit, +# Launcher +bindd = SUPER, SPACE, App Launcher, exec, uwsm app -- $(tofi-drun) + # Clipboard managers -binde = SUPER, C, sendshortcut, CTRL, INSERT, -binde = SUPER, V, sendshortcut, SHIFT, INSERT, +bindd = SUPER, C, MacOS Copy, sendshortcut, CTRL, INSERT, +bindd = SUPER, V, MacOS Paste, sendshortcut, SHIFT, INSERT, +bindd = SUPER, X, MacOS Cut, sendshortcut, CTRL, X, bindd = SUPER SHIFT, V, Clipboard Manager, exec, alacritty --class work.kartoffln.clipse -e 'clipse' # Switch workspaces with ctrl + [0-9] (MacOS-like) -- cgit v1.2.3