From 424edb78280fe49709fcd6b7858e840147587fad Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 8 Sep 2024 12:43:35 -0400 Subject: [PATCH] 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. --- home/dwm.nix | 1 - home/picom.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/home/dwm.nix b/home/dwm.nix index d23f8b91..68d11d7d 100644 --- a/home/dwm.nix +++ b/home/dwm.nix @@ -36,7 +36,6 @@ in }; static const char *const autostart[] = { - "${pkgs.nemo}/bin/nemo-desktop", NULL, "xrdb", "-merge", "${homeDirectory}/.Xresources", NULL, "mpDris2", NULL, "dunst", NULL, diff --git a/home/picom.nix b/home/picom.nix index 65e6c951..260fada6 100644 --- a/home/picom.nix +++ b/home/picom.nix @@ -34,7 +34,6 @@ }; blur-background-exclude = [ - "class_g = 'Nemo-desktop'" "class_g = 'slop'" ];