added powerline-shell
This commit is contained in:
@@ -70,7 +70,7 @@ keys = [
|
||||
Key([mod], "space", lazy.window.toggle_fullscreen()),
|
||||
|
||||
# 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],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"),
|
||||
Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),
|
||||
|
||||
Reference in New Issue
Block a user