diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-08-12 20:00:56 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-08-12 20:00:56 +0200 |
| commit | a85372f2c80a2aa0559f084cc4960216f5baed50 (patch) | |
| tree | 84858f1590a3b77bc9640b1ed1db0f0e98dd9640 | |
| parent | b234439e6720cbb635818830d34dffc6a2a6cdf9 (diff) | |
home: startup: disable autostart xfce power manager
| -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 fe3056e..8c76388 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"; }) |
