summaryrefslogtreecommitdiff
path: root/.config/qtile
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-07 12:57:09 +0200
committerThanos Apollo <[email protected]>2023-02-07 21:44:58 +0200
commit2073e908ed84327161afc85ee9a27000a2e54fda (patch)
tree2ae83f85132c9a7506d21502283176ea053bd6b2 /.config/qtile
parent7e4fc1d1eb857c6ec21404968d9da0e3162a9bb9 (diff)
qtile keys: change greek layout shortct to F2
Diffstat (limited to '.config/qtile')
-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 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"),
),
]