diff options
Diffstat (limited to '.config/qtile')
-rw-r--r-- | .config/qtile/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 9032ae0..e1e01d0 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -262,10 +262,10 @@ screens = init_screens() follow_mouse_focus = True bring_front_click = False -cursor_warp = False +cursor_warp = True auto_fullscreen = True -focus_on_window_activation = "focus" # or smart +focus_on_window_activation = "smart" # or smart wmname = "Qtile-Apo11o" |