diff options
author | ThanosApollo <[email protected]> | 2022-10-19 11:29:57 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-19 11:29:57 +0300 |
commit | d92870895993787b37adb909bcabc37cb4c3f2a2 (patch) | |
tree | f505e05de08eb89d50f7e13b15a56c1153ff7697 /.config/qtile | |
parent | 57c1b932176ffd2843af31781537c231c7d1b2bb (diff) |
Enable cursor wrap
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" |