diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-24 15:15:03 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-24 15:15:03 +0200 |
commit | 78dbfa2a10344ad979b07f52f0b0f5fce7a6b496 (patch) | |
tree | 369f666c13910c5bef65d457b25df1766039ae09 /.config/i3 | |
parent | 4921c24089873ea5ab1e06fd7a5910cc28019a06 (diff) |
i3: disabled focus follows mouse
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 83c6107..3082601 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -141,7 +141,7 @@ title_align center smart_gaps on hide_edge_borders smart popup_during_fullscreen smart -focus_follows_mouse yes +focus_follows_mouse no ##### Force floating windows |