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[] = {
|
static const char *const autostart[] = {
|
||||||
"/home/sako/.dwmscripts/bar.sh", NULL,
|
"/home/sako/.dwmscripts/bar.sh", NULL,
|
||||||
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
||||||
"picom", NULL,
|
|
||||||
"nm-applet", NULL,
|
"nm-applet", NULL,
|
||||||
"blueman-applet", NULL,
|
"blueman-applet", NULL,
|
||||||
"keepassxc", NULL,
|
"keepassxc", NULL,
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
xmonad.enable = false;
|
xmonad.enable = false;
|
||||||
awesome.enable = false;
|
awesome.enable = false;
|
||||||
dwm.enable = true;
|
dwm.enable = true;
|
||||||
picom.enable = true;
|
picom.enable = false;
|
||||||
gnome.enable = false;
|
gnome.enable = false;
|
||||||
dunst.enable = true;
|
dunst.enable = true;
|
||||||
browsers = {
|
browsers = {
|
||||||
|
|
Loading…
Reference in a new issue