aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 15:04:20 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 15:04:20 -0600
commit468dfcdf1fade38a77a7befd92d4fc55e9e8bbf9 (patch)
treeca24eb41e2c33f6242874a95078499fd7610f6f9 /dotfiles
parentbcf4c2e31f954b8b1e409c4b0fdc862c46e24bbc (diff)
downloadarchsetup-468dfcdf1fade38a77a7befd92d4fc55e9e8bbf9.tar.gz
archsetup-468dfcdf1fade38a77a7befd92d4fc55e9e8bbf9.zip
fix(hyprland): focus follows swapped window to master
Add 'master' parameter to swapwithmaster so focus moves with the swapped window instead of staying on the original position. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index 59b52e8..aaac4f3 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -146,7 +146,7 @@ bind = $mod SHIFT, J, layoutmsg, swapnext
bind = $mod SHIFT, K, layoutmsg, swapprev
bind = $mod, H, splitratio, -0.05
bind = $mod, L, splitratio, +0.05
-bind = $mod, RETURN, layoutmsg, swapwithmaster
+bind = $mod, RETURN, layoutmsg, swapwithmaster master
bind = $mod, G, centerwindow
bind = $mod, TAB, workspace, previous
bind = $mod SHIFT, C, killactive