i3: let windows steal focus across workspaces

This commit is contained in:
Protesilaos Stavrou 2025-07-27 13:33:31 +03:00
parent dafdea73e8
commit ab8d3f6ba0
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -18,7 +18,12 @@ default_floating_border pixel 1
hide_edge_borders smart
focus_follows_mouse yes
workspace_auto_back_and_forth yes
focus_on_window_activation smart
# NOTE 2025-07-27: I used to have `smart`, which would set a window to
# `urgent` but not focus it if it was on another workspace. The only
# scenario where this has happened to me is while using Emacs and
# doing M-x select-frame-by-name. In that scenario, I do wish to focus
# the frame, no matter the workspace it is on.
focus_on_window_activation focus
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block.