From 18fccf23de0ca1dee7f2a989f59a2960a97f220c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 8 Feb 2024 22:57:08 -0500 Subject: [PATCH] hyprland: Use Super+M to change monitor focus --- home/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index b4b0f0fe..60a2a7b0 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -220,6 +220,8 @@ in bind = $SUPER_SHIFT, comma, exec, playerctl -p mpv previous && notify-send -t 2000 "Previous track" "$(playerctl -p mpv metadata xesam:title)" bind = $SUPER_SHIFT, period, exec, playerctl -p mpv next && notify-send -t 2000 "Next track" "$(playerctl -p mpv metadata xesam:title)" bind = $SUPER, slash, exec, playerctl -p mpv play-pause && notify-send -t 2000 "mpv" "$(playerctl -p mpv status)" + bind = $SUPER, M, focusmonitor, +1 + bind = $SUPER_SHIFT, M, focusmonitor, -1 bind = $SUPER, Return, layoutmsg, swapwithmaster master bind = $SUPER, J, layoutmsg, cyclenext