From a32fcc6e6a546858aa5530eb2792aee01f4a3126 Mon Sep 17 00:00:00 2001 From: Mats Rauhala Date: Fri, 15 Jul 2022 09:07:11 +0300 Subject: [PATCH] Remove services --- modules/xmonad/default.nix | 53 -------------------------------------- 1 file changed, 53 deletions(-) diff --git a/modules/xmonad/default.nix b/modules/xmonad/default.nix index cce239a..21e540f 100644 --- a/modules/xmonad/default.nix +++ b/modules/xmonad/default.nix @@ -65,20 +65,6 @@ in { enable = true; lockCmd = "${lock}"; }; - services.random-background = { - enable = true; - enableXinerama = true; - imageDirectory = "%h/backgrounds"; - }; - services.picom = { - enable = true; - activeOpacity = "1.0"; - inactiveOpacity = "0.95"; - backend = "glx"; - fade = true; - fadeDelta = 5; - opacityRule = [ "100:name *= 'i3lock'"]; - }; xsession = { enable = true; windowManager.xmonad = { @@ -114,45 +100,6 @@ in { ${pkgs.xcape}/bin/xcape -e 'Hyper_L=Tab' ''; }; - services.dunst = { - enable = true; - settings = { - global = { - geometry = "300x5-30+20"; - indicate_hidden = "yes"; - sort = "yes"; - word_wrap = "no"; - stack_duplicates = "yes"; - show_indicators = "yes"; - browser = "${pkgs.firefox}/bin/firefox"; - transparency = "0"; - separator_height = "2"; - padding = "8"; - horizontal_padding = 8; - frame_width = "8"; - frame_color = "#aaaaaa"; - separator_color = "frame"; - font = "Monospace 8"; - format = "%s\\n%b"; - }; - urgency_low = { - background = "#222222"; - foreground = "#888888"; - }; - urgency_normal = { - background = "#285577"; - foreground = "#ffffff"; - }; - urgency_critical = { - background = "#900000"; - foreground = "#ffffff"; - frame_color = "#ff0000"; - }; - }; - }; - services.unclutter = { - enable = true; - }; home.file.".xmonad/xmonad.dhall".source = xmonadConfig + "/source.dhall"; # programs.xmonad = # let