diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-26 13:30:12 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-26 13:30:12 +0100 |
commit | c71cff0253067d1309fc8d0034b975618a43d541 (patch) | |
tree | e7b121f7b45cba26795ea67c36c58082d05fdea5 /.config/river/autostart.sh | |
parent | f2b5a6616688fe9264ee0d019f275b66e42dc668 (diff) |
Added facility to save and restore brightness using brightnessctl
Diffstat (limited to '.config/river/autostart.sh')
-rwxr-xr-x | .config/river/autostart.sh | 8 |
1 files changed, 3 insertions, 5 deletions
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 |