diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-07 23:11:04 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-07 23:11:04 +0200 |
| commit | b8c31a48eb431c72568ed3e7c1456246d83a6bb5 (patch) | |
| tree | 7b5ef3f2a0d06c5cfd2ddb8fedddda69df848d59 /raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua | |
| parent | 48ed431bba6ff5e4183d7762b0c8fff0908a0c4a (diff) | |
| download | RaveOS-PKGBUILD-b8c31a48eb431c72568ed3e7c1456246d83a6bb5.tar.gz RaveOS-PKGBUILD-b8c31a48eb431c72568ed3e7c1456246d83a6bb5.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.lua | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua b/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua index c86f87f..4cf94d2 100644 --- a/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua +++ b/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua @@ -13,9 +13,6 @@ 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")) @@ -37,8 +34,10 @@ hl.bind("CTRL + SUPER + Home", hl.dsp.exec_cmd("reboot")) hl.bind("CTRL + SUPER + End", hl.dsp.exec_cmd("poweroff")) -- Window management -hl.bind(mainMod .. " + Q", hl.dsp.window.kill()) -hl.bind(mainMod .. " + V", hl.dsp.window.float()) +hl.bind(mainMod .. " + Q", hl.dsp.window.kill()) +hl.bind(mainMod .. " + V", hl.dsp.window.float()) +hl.bind(mainMod .. " + Tab", hl.dsp.exec_cmd([[hyprshell socat '{"OpenSwitch":{"reverse":false}}']])) +hl.bind(mainMod .. " + SHIFT + Tab", hl.dsp.exec_cmd([[hyprshell socat '{"OpenSwitch":{"reverse":true}}']]]) -- Move focus with mainMod + arrow keys hl.bind(mainMod .. " + left", hl.dsp.focus({ direction = "left" })) |