summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/qtile/config.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index c6a5460..dfc6b79 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -279,11 +279,8 @@ keys = [
Key([mod, "shift"], "m",
lazy.spawn("emacsclient -e '(thanos/pass-launcher)'"),
),
- Key([mod], "Tab",
- lazy.spawn("rofi -show drun"),
- ),
Key([mod], "r",
- lazy.spawn("rofi -show run"),
+ lazy.spawn("rofi -show drun"),
),
Key([mod], "w",
lazy.spawn("rofi -show window"),
@@ -370,6 +367,10 @@ keys = [
Key([], "XF86AudioRaiseVolume",
lazy.spawn("amixer sset Master 5%+")
),
+ Key([], "F9",
+ lazy.spawn("setxkbmap gr -option ctrl:swapcas")),
+ Key([], "F10",
+ lazy.spawn("setxkbmap us -option ctrl:swapcaps")),
Key([], "F1",
lazy.spawn("doas brightnessctl --device='intel_backlight' set 5%-")),
Key([], "F2",