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 | |
| parent | b8c31a48eb431c72568ed3e7c1456246d83a6bb5 (diff) | |
| download | RaveOS-PKGBUILD-0aa4d1c67d2d84fa6095dff6bc514e6e9cc8a832.tar.gz RaveOS-PKGBUILD-0aa4d1c67d2d84fa6095dff6bc514e6e9cc8a832.zip | |
RaveosHyperland update
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 2 | ||||
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index 648e311..fbdfade 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=37 +pkgrel=38 pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)" arch=('any') url="https://raveos.local" 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" })) |