summaryrefslogtreecommitdiff
path: root/.config/qtile/keys.py
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-07 11:37:32 +0200
committerThanosApollo <[email protected]>2022-11-07 11:37:32 +0200
commite021641fbf65b4fa4babc2dadc5135a73107aecf (patch)
treef8a48f4fe215cd52289672b76dd2473332b48038 /.config/qtile/keys.py
parentd0e08f6bfcfb96971c43a395f757a0e6d7ec26ba (diff)
Change setxkbmap US
Diffstat (limited to '.config/qtile/keys.py')
-rw-r--r--.config/qtile/keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py
index 9cebc14..33ca018 100644
--- a/.config/qtile/keys.py
+++ b/.config/qtile/keys.py
@@ -126,7 +126,7 @@ class MyKeys():
),
# Change languages
Key([self.mod], "F1",
- lazy.spawn("setxkbmap us -option caps:swapescape"),
+ lazy.spawn("setxkbmap us -option ctrl:swapcaps"),
),
Key([self.mod],"F2",
lazy.spawn("setxkbmap gr"),