summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/hypr/hyprland.conf
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
commit8af2364f20cf08dbf0db4a892ad31f784eef35ff (patch)
treed6e4d34beb65ba9c8d0a08eab311882a7bf7d4cf /dotfiles/hyprland/.config/hypr/hyprland.conf
parentb125324856a4c8255151ef5822717e4a5d576916 (diff)
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/hyprland/.config/hypr/hyprland.conf')
-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