From c71cff0253067d1309fc8d0034b975618a43d541 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 26 May 2024 13:30:12 +0100 Subject: Added facility to save and restore brightness using brightnessctl --- .config/river/autostart.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.config/river/autostart.sh') diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index eab8506..8cc130f 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -5,11 +5,6 @@ pkill -f /usr/libexec/polkit-gnome-authentication-agent-1 /usr/libexec/polkit-mate-authentication-agent-1 & -# Kill any existing pipewire / wireplumber daemons and only then try to start a new set. - -#pkill -u "${USER}" -x pipewire\|wireplumber 1>/dev/null 2>&1 -#dbus-run-session pipewire &> /dev/null & - # Start xdg-desktop-portal-wlr pkill -f /usr/libexec/xdg-desktop-portal-wlr @@ -29,6 +24,9 @@ mako & pkill -f wlsunset wlsunset -l 57.4 -L -1.9 & +# Restore previous brightness +brightnessctl s $(grep 'Current brightness:' ~/.cache/brightness | awk '{print $3}') + export wallpaper=$( echo $wallpaper) pkill -f swayidle -- cgit v1.2.3