diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-07 23:18:30 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-07 23:18:30 +0200 |
| commit | 0aa4d1c67d2d84fa6095dff6bc514e6e9cc8a832 (patch) | |
| tree | 18038e1973a9e5e090b9dc48e0046cf02f93131c /raveos-hyprland-theme/theme-data | |
| parent | b8c31a48eb431c72568ed3e7c1456246d83a6bb5 (diff) | |
| download | RaveOS-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.lua | 2 |
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" })) |