mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
i3: let windows steal focus across workspaces
This commit is contained in:
parent
dafdea73e8
commit
ab8d3f6ba0
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue