From f48d8a292f29fdafba100e84a401e715a287e208 Mon Sep 17 00:00:00 2001 From: liv Date: Tue, 13 Aug 2024 18:52:24 +0200 Subject: [PATCH] add more monitor-related hyprland shortcuts --- home/desktop/hyprland/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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