From 6359c955910a30e795a97faceaf29a9679624cd7 Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Mon, 3 May 2021 18:26:09 -0400 Subject: [PATCH] Add power management from xfce. --- i3_config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/i3_config b/i3_config index 2626028..4bb5954 100644 --- a/i3_config +++ b/i3_config @@ -30,6 +30,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet +# Start Power Management at Startup +exec_always --no-startup-id xfce4-power-manager + # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status @@ -212,4 +215,4 @@ bar { } # set wallpaper -#exec –no-startup-id ~/.fehbg \ No newline at end of file +#exec –no-startup-id ~/.fehbg