i broke system with picom
This commit is contained in:
parent
a221b09f98
commit
73120e7b3a
3 changed files with 2 additions and 3 deletions
|
@ -33,7 +33,6 @@ static const char *colors[][3] = {
|
|||
|
||||
static const char *const autostart[] = {
|
||||
"/home/sako/.dwmscripts/bar.sh", NULL,
|
||||
"picom", NULL,
|
||||
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
||||
"nm-applet", NULL,
|
||||
"blueman-applet", 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 = {
|
||||
|
|
|
@ -10,7 +10,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
picom-jonaburg
|
||||
picom
|
||||
];
|
||||
home-manager.users.sako = { pkgs, ...}: {
|
||||
xdg.configFile = {
|
||||
|
|
Loading…
Reference in a new issue