summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-06-07 22:46:06 +0200
committerNippy <nippy@rp1.hu>2026-06-07 22:46:06 +0200
commit48ed431bba6ff5e4183d7762b0c8fff0908a0c4a (patch)
treef01b45a2f15d2ef266e2a0a6b2f5eed1e8aeea25 /raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua
parentc44cd559daf8eb0355e72051585d640b1bff5f76 (diff)
downloadRaveOS-PKGBUILD-48ed431bba6ff5e4183d7762b0c8fff0908a0c4a.tar.gz
RaveOS-PKGBUILD-48ed431bba6ff5e4183d7762b0c8fff0908a0c4a.zip
RaveosHyperland update
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua')
-rw-r--r--raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua b/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua
index ddb61d2..c86f87f 100644
--- a/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua
+++ b/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua
@@ -13,6 +13,9 @@ for i = 1, 10 do
hl.bind(mainMod .. " + SHIFT + " .. key, hl.dsp.window.move({ workspace = i }))
end
+-- HyprShell
+hl.bind(mainMod .. " + Tab", hl.dsp.exec_cmd("hyprshell switch"))
+
-- Shell Binds
hl.bind("SUPER", hl.dsp.exec_cmd("dms ipc call spotlight toggle"))
hl.bind(mainMod .. " + P", hl.dsp.exec_cmd("dms ipc call clipboard toggle"))