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[] = {
|
static const char *const autostart[] = {
|
||||||
"xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL,
|
"xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL,
|
||||||
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
||||||
"dwmblocks", NULL,
|
|
||||||
"nm-applet", NULL,
|
"nm-applet", NULL,
|
||||||
"blueman-applet", NULL,
|
"blueman-applet", NULL,
|
||||||
"keepassxc", NULL,
|
"keepassxc", NULL,
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
awesome.enable = false;
|
awesome.enable = false;
|
||||||
dwm = {
|
dwm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dwmblocks.enable = true;
|
dwmblocks.enable = false;
|
||||||
};
|
};
|
||||||
gnome.enable = false;
|
gnome.enable = false;
|
||||||
dunst.enable = true;
|
dunst.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue