funky town
This commit is contained in:
parent
0aa5bdbadf
commit
eb54eb7237
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ static const char *colors[][3] = {
|
|||
static const char *const autostart[] = {
|
||||
"xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL,
|
||||
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
||||
"dwmblocks", NULL,
|
||||
"nm-applet", NULL,
|
||||
"blueman-applet", NULL,
|
||||
"keepassxc", NULL,
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
awesome.enable = false;
|
||||
dwm = {
|
||||
enable = true;
|
||||
dwmblocks.enable = true;
|
||||
dwmblocks.enable = false;
|
||||
};
|
||||
gnome.enable = false;
|
||||
dunst.enable = true;
|
||||
|
|
Loading…
Reference in a new issue