added powerline-shell

This commit is contained in:
paul-loedige
2020-12-11 17:31:06 +01:00
parent f8385e4c79
commit 9405f3e029
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ keys = [
Key([mod], "space", lazy.window.toggle_fullscreen()), Key([mod], "space", lazy.window.toggle_fullscreen()),
# app hotkeys # app hotkeys
Key([mod], "Return", lazy.spawn(term), desc="Launch terminal"), Key([mod],"t", lazy.spawn(term), desc="Launch terminal"),
Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"), Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"),
Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"), Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"),
Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"), Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),