Move mako config to seperate file
This commit is contained in:
parent
22a994c132
commit
cb4805565d
2 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@ monitor=,preferred,auto,auto
|
|||
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 = mako
|
||||
exec-once = udiskie
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
|
|
3
.config/mako/config
Normal file
3
.config/mako/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
background-color=#282c34
|
||||
border-color=#61afef
|
||||
default-timeout=4000
|
Reference in a new issue