diff options
| author | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-17 17:30:29 +0200 |
|---|---|---|
| committer | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-17 17:30:29 +0200 |
| commit | 9bde161e2bfb23a71d2e52e99ad94db297cfa545 (patch) | |
| tree | a428a5ca751b5d0d35aed6f9855949d1e10400fe /raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua | |
| parent | fb9297858b7191fe524724d7237e39aa36dcb92a (diff) | |
| download | RaveOS-PKGBUILD-9bde161e2bfb23a71d2e52e99ad94db297cfa545.tar.gz RaveOS-PKGBUILD-9bde161e2bfb23a71d2e52e99ad94db297cfa545.zip | |
update gnome/hyprland config
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua')
| -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 a072f88..4e97d76 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 + 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 .. " + Q", hl.dsp.window.close()) hl.bind(mainMod .. " + V", hl.dsp.window.float()) -- Move focus with mainMod + arrow keys |