added notifications

This commit is contained in:
paul-loedige
2020-11-24 17:42:55 +01:00
parent 866b1f1d98
commit d203bc27d2
3 changed files with 412 additions and 0 deletions
+2
View File
@@ -62,6 +62,8 @@ keys = [
# app hotkeys
Key([mod], "Return", lazy.spawn(terminal), 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"),
# Toggle between different layouts as defined below
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),