diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-28 08:02:18 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-28 08:02:18 +0100 |
commit | 71d387f0fc48cd4c84bebd80c09cb958c8510577 (patch) | |
tree | 13e047e648e877a14ef8f2002f9529c335091222 /home-manager/compositor | |
parent | 1ea292d55e5fd100a2533b16bbce228a07c32a2c (diff) |
fix move to monitor
Diffstat (limited to 'home-manager/compositor')
-rw-r--r-- | home-manager/compositor/hyprland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix index 4aebddf..bad2a2d 100644 --- a/home-manager/compositor/hyprland.nix +++ b/home-manager/compositor/hyprland.nix @@ -93,7 +93,7 @@ in "$mod, Q, exec, ${pkgs.hyprlock}/bin/hyprlock" "$mod, V, hy3:makegroup, v" "$mod, W, hy3:changegroup, toggletab" - "$mod, X, hy3:movetoworkspace, +1" + "$mod, X, movecurrentworkspacetomonitor, +1" "$mod SHIFT, D, exec, ${pkgs.rofi-rbw-wayland}/bin/rofi-rbw" "$mod SHIFT, H, hy3:movewindow, l" @@ -108,7 +108,7 @@ in let ws = i + 1; in [ "$mod, code:1${toString i}, workspace, ${toString ws}" - "$mod SHIFT, code:1${toString i}, movetoworkspace, ${toString ws}" + "$mod SHIFT, code:1${toString i}, hy3:movetoworkspace, ${toString ws}" ] ) 9) |