summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/hyprland/templates/hyprland/bindings.conf.j28
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)