diff options
author | Thanos Apollo <[email protected]> | 2023-03-20 18:25:09 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-20 18:32:02 +0200 |
commit | 304584abdf95437d35d4aaba61a5acef2e53fcfa (patch) | |
tree | 1ff2f12ff32e39cc5f788f9979d26ae852564d8e | |
parent | 526da10cef621706d8647acf02686d7d3bf8bfa8 (diff) |
qtile: Change cursor to True
-rw-r--r--[-rwxr-xr-x] | .config/qtile/config.py | 0 | ||||
-rwxr-xr-x | Qtile.org | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 4240e88..4240e88 100755..100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -507,7 +507,7 @@ screens = init_screens() follow_mouse_focus = True bring_front_click = False - cursor_warp = False + cursor_warp = True auto_fullscreen = True focus_on_window_activation = "smart" # or focus wmname = "Qtile-Apo11o" |