summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-06-07 23:18:30 +0200
committerNippy <nippy@rp1.hu>2026-06-07 23:18:30 +0200
commit0aa4d1c67d2d84fa6095dff6bc514e6e9cc8a832 (patch)
tree18038e1973a9e5e090b9dc48e0046cf02f93131c /raveos-hyprland-theme/theme-data
parentb8c31a48eb431c72568ed3e7c1456246d83a6bb5 (diff)
downloadRaveOS-PKGBUILD-0aa4d1c67d2d84fa6095dff6bc514e6e9cc8a832.tar.gz
RaveOS-PKGBUILD-0aa4d1c67d2d84fa6095dff6bc514e6e9cc8a832.zip
RaveosHyperland update
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
-rw-r--r--raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua b/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua
index 4cf94d2..f5afb72 100644
--- a/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua
+++ b/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua
@@ -37,7 +37,7 @@ hl.bind("CTRL + SUPER + End", hl.dsp.exec_cmd("poweroff"))
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}}']]])
+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" }))