remove picom from autostart

This commit is contained in:
zoe 2023-03-18 10:11:22 +01:00
parent 1678f9c08d
commit 447016ec17
1 changed files with 2 additions and 2 deletions

View File

@ -175,10 +175,10 @@ in
command = "--no-startup-id feh --bg-scale /etc/nixos/wallpaper.png";
always = true;
}
{
/* {
command = "picom --experimental-backends";
always = true;
}
}*/
{
command = "--no-startup-id autotiling";
always = true;