From 6d2293be90412e686dbd1b3b67619e7c6175f218 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 26 May 2026 05:03:48 -0500 Subject: [PATCH] super + m to fix monitor layout at least on the office machine --- dots/hyprland/hyprland.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 774a48e..e4d483d 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -229,6 +229,7 @@ bind = $mainMod, F3, exec, $fileManager # key operations bind = $mainMod, L, exec, hyprlock # lock bind = $mainMod, O, exec, sleep 1; hyprctl dispatch dpms off; hyprlock # monitor off & lock +bind = $mainMod, M, exec, hyprmon --profile office # rotate monitors correctly, after `ct d h` bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, ESCAPE, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit # exit alt. 1 bind = $mainMod CTRL, ESCAPE, exit, # exit alt. 2 @@ -247,13 +248,13 @@ bind = $mainMod, W, hy3:changegroup, opposite # toggle between horizontal and # hy3: tab groups bind = $mainMod, T, hy3:changegroup, toggletab # toggle tab mode on current group -bind = $mainMod SHIFT, T, hy3:makegroup, tab # wrap window into a new tab group +bind = $mainMod SHIFT, T, hy3:makegroup, tab # wrap window into a new tab group # screenshot # https://github.com/alonso-herreros/hyprcap -bind = , PRINT, exec, screenshot.sh region # region -bind = $mainMod SHIFT, PRINT, exec, screenshot.sh monitor # monitor -bind = $mainMod, PRINT, exec, screenshot.sh window # window +bind = , PRINT, exec, screenshot.sh region # region +bind = $mainMod SHIFT, PRINT, exec, screenshot.sh monitor # monitor +bind = $mainMod, PRINT, exec, screenshot.sh window # window # window cycle bind = ALT, Tab, focuscurrentorlast # switch focus from current to previous window