Split exec-once across line + Style Mako Notifications
This commit is contained in:
parent
1de776ee84
commit
22a994c132
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@ monitor=,preferred,auto,auto
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = hybrid-bar & hyprpaper & swayidle -w & mako & udiskie
|
||||
exec-once = hybrid-bar
|
||||
exec-once = hyprpaper
|
||||
exec-once = swayidle -w
|
||||
exec-once = mako --background-color "#282c34" --border-color "#61afef" --default-timeout 4000
|
||||
exec-once = udiskie
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
|
Reference in a new issue