summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-19 11:29:57 +0300
committerThanosApollo <[email protected]>2022-10-19 11:29:57 +0300
commitd92870895993787b37adb909bcabc37cb4c3f2a2 (patch)
treef505e05de08eb89d50f7e13b15a56c1153ff7697
parent57c1b932176ffd2843af31781537c231c7d1b2bb (diff)
Enable cursor wrap
-rw-r--r--.config/qtile/config.py4
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"