diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-08-15 18:57:22 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-08-15 18:57:22 +0200 |
| commit | 662231a8aa23535b946621f36eb49dccc62b409b (patch) | |
| tree | f8e82c8e38320113e33e17f5c993299fec174ada /home/config/i3 | |
| parent | a85372f2c80a2aa0559f084cc4960216f5baed50 (diff) | |
home: startup: enable autostart xfce power manager
Diffstat (limited to 'home/config/i3')
| -rw-r--r-- | home/config/i3/startup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }) |
