summaryrefslogtreecommitdiff
path: root/Qtile.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-03 19:53:24 +0200
committerThanos Apollo <[email protected]>2023-03-03 19:53:24 +0200
commit047fbc6b6eacd6df08d1d27abc15e271b18020d7 (patch)
tree478c01e3956d183c8583c4a6ac48edf922923608 /Qtile.org
parent1c10280272612100ed7c71327720d6a94b82e0be (diff)
move all to new partition
Diffstat (limited to 'Qtile.org')
-rwxr-xr-x[-rw-r--r--]Qtile.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/Qtile.org b/Qtile.org
index 878df7b..b157ace 100644..100755
--- a/Qtile.org
+++ b/Qtile.org
@@ -200,10 +200,10 @@
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"),
),
]
@@ -507,7 +507,7 @@
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"