summaryrefslogtreecommitdiff
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-rwxr-xr-x[-rw-r--r--].config/qtile/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index ed0491b..4240e88 100644..100755
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -129,10 +129,10 @@ keys = [
lazy.spawn("mocp -r"),
),
# Change languages
- Key([mod], "F1",
+ Key([], "F1",
lazy.spawn("setxkbmap us -option ctrl:swapcaps"),
),
- Key([mod], "F2",
+ Key([], "F2",
lazy.spawn("setxkbmap gr"),
),
]
@@ -430,7 +430,7 @@ def init_screens():
screens = init_screens()
follow_mouse_focus = True
bring_front_click = False
-cursor_warp = True
+cursor_warp = False
auto_fullscreen = True
focus_on_window_activation = "smart" # or focus
wmname = "Qtile-Apo11o"