home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit bdb105dcfb0592bf1de51770fad8b19da45003c1
parent e9754db9202eb9d57b822b4246a86a53e05a5c3a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  6 Mar 2024 09:47:28 +0100

users/vincent: bind movecurrentworkspacetomonitor :)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/hyprland.nix | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/users/vincent/desktop/hyprland.nix b/users/vincent/desktop/hyprland.nix @@ -135,10 +135,11 @@ "$mod, up, movefocus, u" "$mod, down, movefocus, d" - "$mod SHIFT, left, moveactive, l" - "$mod SHIFT, right, moveactive, r" - "$mod SHIFT, up, moveactive, u" - "$mod SHIFT, down, moveactive, d" + # swapactiveworkspaces + "$mod SHIFT, left, movecurrentworkspacetomonitor, l" + "$mod SHIFT, right, movecurrentworkspacetomonitor, r" + "$mod SHIFT, up, movecurrentworkspacetomonitor, u" + "$mod SHIFT, down, movecurrentworkspacetomonitor, d" "$mod CTRL, left, workspace, e-1" # FIXME: adapt ? "$mod CTRL, right, workspace, e+1" # FIXME: adapt ?