diff options
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"})) |
