From 8af2364f20cf08dbf0db4a892ad31f784eef35ff Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 15:04:20 -0600 Subject: 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 --- dotfiles/hyprland/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/hyprland/.config/hypr') 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 -- cgit v1.2.3