fix the rofi run command

This commit is contained in:
Andreas Zweili 2021-12-28 13:28:05 +01:00
parent ddebfefef9
commit c4c2e60e3f

View File

@ -36,7 +36,7 @@ keys = [
Key([mod], "d", lazy.spawn("rofi -show drun")),
Key([mod], "e", lazy.spawn("nautilus")),
Key([mod], "p", lazy.spawn("autorandr -c")),
Key([mod], "r", lazy.spawn("rofi -matching-negate-char '\0' -show run")),
Key([mod], "r", lazy.spawn("rofi -matching-negate-char \\0 -show run")),
Key([mod], "w", lazy.spawn("firefox")),
Key([mod], "Tab", lazy.spawn("rofi -show window")),