diff options
author | zachir <zachir@librem.one> | 2023-05-14 11:48:52 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-14 11:48:52 -0500 |
commit | 1a4629b58203a411c58861444f3825bd2d032669 (patch) | |
tree | cfe3028757b4c455f75de7a80c48673cef6bf38d | |
parent | 8763971809a31691c11225313617a5a180d1ecad (diff) |
hyprland: want master focus on swap, not auto
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 7a315d0..de38451 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -154,7 +154,7 @@ $secdMod = SUPER #{{{ Master layout binds # Master layout binds -bind = $mainMod+SHIFT, Return, layoutmsg, swapwithmaster auto #MASTER +bind = $mainMod+SHIFT, Return, layoutmsg, swapwithmaster master #MASTER bind = $mainMod+SHIFT, J, layoutmsg, swapnext #MASTER bind = $mainMod+SHIFT, K, layoutmsg, swapprev #MASTER bind = $mainMod+SHIFT, H, layoutmsg, addmaster #MASTER |