diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-04 00:37:08 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-04 00:37:08 +0100 |
| commit | 67bc26499985bc1ffe47c0c79db8c98b826c2ac0 (patch) | |
| tree | 21352a4eb07df9a0f6e7e59dd86fc30162b350cc | |
| parent | 35d16fb5645b21b34f4e828c3a9308636298d726 (diff) | |
Add launcher binding and add more clipboard binding
| -rw-r--r-- | roles/hyprland/templates/hyprland/bindings.conf.j2 | 8 |
1 files changed, 6 insertions, 2 deletions
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) |
