Skip to content

Commit

Permalink
sway: focus newly activated windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Apr 28, 2024
1 parent e8a2469 commit 1ac0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeManagerModules/desktop/sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
defaultWorkspace = "workspace number 1";
focus = {
followMouse = "always";
newWindow = "smart";
newWindow = "focus";
# mouseWarping = "container";
};
fonts = {
Expand Down

0 comments on commit 1ac0635

Please sign in to comment.