From 9feeeb237adc4be3aceeba38ac368e9088f58901 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Sun, 17 May 2026 10:31:23 +0200 Subject: add workspace movement --- hypr/hyprland.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hypr') 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"})) -- cgit v1.3.1