diff options
| author | Gibheer <gibheer+git@zero-knowledge.org> | 2026-05-17 10:31:23 +0200 |
|---|---|---|
| committer | Gibheer <gibheer+git@zero-knowledge.org> | 2026-05-17 10:31:23 +0200 |
| commit | 9feeeb237adc4be3aceeba38ac368e9088f58901 (patch) | |
| tree | 4709e1ee3e947cec4bb89f212e92a7fda3d8dfd0 /hypr | |
| parent | 700e281e1bf62574c0b243f0bdfa378a53f68bb9 (diff) | |
add workspace movement
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hypr/hyprland.lua b/hypr/hyprland.lua index 45d1785..42acbc8 100644 --- a/hypr/hyprland.lua +++ b/hypr/hyprland.lua @@ -73,6 +73,8 @@ hl.bind("CTRL + ALT + L", hl.dsp.exec_cmd("hyprlock")) -- hl bindings hl.bind(mainMod .. " + C", hl.dsp.window.close()) hl.bind(mainMod .. " + F", hl.dsp.window.fullscreen({mode="fullscreen", action="toggle"})) +hl.bind(mainMod .. " + U", hl.dsp.workspace.move({monitor="l"})) +hl.bind(mainMod .. " + I", hl.dsp.workspace.move({monitor="r"})) -- directions hl.bind(mainMod .. " + left", hl.dsp.focus({direction = "left"})) |
