remove picom
This commit is contained in:
parent
36c71b8753
commit
d241e20ba5
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@ static const char *colors[][3] = {
|
|||
static const char *const autostart[] = {
|
||||
"/home/sako/.dwmscripts/bar.sh", NULL,
|
||||
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
||||
"picom", NULL,
|
||||
"nm-applet", NULL,
|
||||
"blueman-applet", NULL,
|
||||
"keepassxc", NULL,
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
xmonad.enable = false;
|
||||
awesome.enable = false;
|
||||
dwm.enable = true;
|
||||
picom.enable = true;
|
||||
picom.enable = false;
|
||||
gnome.enable = false;
|
||||
dunst.enable = true;
|
||||
browsers = {
|
||||
|
|
Loading…
Reference in a new issue