From d92870895993787b37adb909bcabc37cb4c3f2a2 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Wed, 19 Oct 2022 11:29:57 +0300 Subject: Enable cursor wrap --- .config/qtile/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/qtile/config.py') 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" -- cgit v1.2.3