diff options
author | Thanos Apollo <[email protected]> | 2023-02-07 12:57:09 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-07 21:44:58 +0200 |
commit | 2073e908ed84327161afc85ee9a27000a2e54fda (patch) | |
tree | 2ae83f85132c9a7506d21502283176ea053bd6b2 | |
parent | 7e4fc1d1eb857c6ec21404968d9da0e3162a9bb9 (diff) |
qtile keys: change greek layout shortct to F2
-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 c750279..85bf7ef 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -151,7 +151,7 @@ class MyKeys(): Key([self.mod], "F1", lazy.spawn("setxkbmap us -option ctrl:swapcaps"), ), - Key([self.mod], "g", + Key([self.mod], "F2", lazy.spawn("setxkbmap gr"), ), ] |