From b8c31a48eb431c72568ed3e7c1456246d83a6bb5 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sun, 7 Jun 2026 23:11:04 +0200 Subject: RaveosHyperland update --- raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua') 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" })) -- cgit v1.3