diff options
author | ThanosApollo <[email protected]> | 2022-11-07 11:37:32 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-07 11:37:32 +0200 |
commit | e021641fbf65b4fa4babc2dadc5135a73107aecf (patch) | |
tree | f8a48f4fe215cd52289672b76dd2473332b48038 /.config | |
parent | d0e08f6bfcfb96971c43a395f757a0e6d7ec26ba (diff) |
Change setxkbmap US
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/keys.py | 2 |
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"), |