From 662231a8aa23535b946621f36eb49dccc62b409b Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 15 Aug 2022 18:57:22 +0200 Subject: home: startup: enable autostart xfce power manager --- home/config/i3/startup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/config/i3/startup.nix') diff --git a/home/config/i3/startup.nix b/home/config/i3/startup.nix index 8c76388..fe3056e 100644 --- a/home/config/i3/startup.nix +++ b/home/config/i3/startup.nix @@ -14,7 +14,7 @@ in { (autostart { command = "systemctl --user xidlehook.service"; })) ++ (lib.optional config.services.emacs.enable (autostart { command = "systemctl --user start emacs.service"; })) ++ [ - # (autostart { command = "xfce4-power-manager --daemon"; }) + (autostart { command = "xfce4-power-manager --daemon"; }) (autostart { command = "rfkill block bluetooth"; }) # Launch frequently used apps (autostart { command = "thunderbird"; }) -- cgit v1.2.3