From 39391a16c6cd73c1819d65c254ff7cae392be045 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 15 Mar 2019 20:14:23 +0000 Subject: [PATCH] Auto start the power manager daemon rather than the settings UI --- files/i3.conf | 1 + tasks/autostart.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/files/i3.conf b/files/i3.conf index 9bb3d77..96d66c3 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -112,5 +112,6 @@ exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_" exec ssh-agent -Da /tmp/ssh-agent-$USER.sock exec enpass exec dunst +exec xfce4-power-manager --no-daemon exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh diff --git a/tasks/autostart.yml b/tasks/autostart.yml index d43fb68..72d5c7e 100644 --- a/tasks/autostart.yml +++ b/tasks/autostart.yml @@ -35,4 +35,3 @@ with_items: - 'flameshot' - 'libinput-gestures' - - 'xfce4-power-manager-settings'