diff --git a/home/desktop/hyprland/default.nix b/home/desktop/hyprland/default.nix index 690f1b3..4c81a5f 100644 --- a/home/desktop/hyprland/default.nix +++ b/home/desktop/hyprland/default.nix @@ -170,6 +170,12 @@ # move windows (lib.mapAttrsToList (key: direction: "SUPERCONTROL,${key},movewindoworgroup,${direction}") directions) ++ + # move monitor focus + (lib.mapAttrsToList (key: direction: "SUPERALT,${key},focusmonitor,${direction}") directions) + ++ + # move workspace to other monitor + (lib.mapAttrsToList (key: direction: "SUPERALTSHIFT,${key},movecurrentworkspacetomonitor,${direction}") directions) + ++ # launcher ( let