mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
meta: Remove nemo-desktop
This was interesting but I prefer the hacker feel and simplicity of no desktop icons since it makes using different backgrounds easier.
This commit is contained in:
parent
d538e2c8fa
commit
424edb7828
@ -36,7 +36,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
"${pkgs.nemo}/bin/nemo-desktop", NULL,
|
|
||||||
"xrdb", "-merge", "${homeDirectory}/.Xresources", NULL,
|
"xrdb", "-merge", "${homeDirectory}/.Xresources", NULL,
|
||||||
"mpDris2", NULL,
|
"mpDris2", NULL,
|
||||||
"dunst", NULL,
|
"dunst", NULL,
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"class_g = 'Nemo-desktop'"
|
|
||||||
"class_g = 'slop'"
|
"class_g = 'slop'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user