aboutsummaryrefslogtreecommitdiff
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
commit43cdaae7889e54de30e293f4d0b3f066dcbbaca2 (patch)
treed6e4d34beb65ba9c8d0a08eab311882a7bf7d4cf
parentadfef2299cdfb5af0af068da9f310a879c46c032 (diff)
downloadarchsetup-43cdaae7889e54de30e293f4d0b3f066dcbbaca2.tar.gz
archsetup-43cdaae7889e54de30e293f4d0b3f066dcbbaca2.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>
-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