add shortcut to start nautilus

This commit is contained in:
Andreas Zweili 2021-11-30 21:02:14 +01:00
parent 9d4a040466
commit 65fb06b0d7
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ keys = [
Key([mod], "c", lazy.spawn("i3lock -c 000000")),
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.spawncmd()),
Key([mod], "w", lazy.spawn("firefox")),