diff options
Diffstat (limited to '.config/maomao/autostart.sh')
-rwxr-xr-x | .config/maomao/autostart.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/maomao/autostart.sh b/.config/maomao/autostart.sh index 7a03929..025027b 100755 --- a/.config/maomao/autostart.sh +++ b/.config/maomao/autostart.sh @@ -14,13 +14,17 @@ pkill -f /usr/local/libexec/xdg-desktop-portal-wlr pkill -f waybar waybar & +# Start Kanshi +pkill -f kanshi +kanshi & + # $wallpaper is set in your shells config file like below. read -r wallpaper<"$HOME/.cache/wallpaper" pkill -f swaybg swaybg -m fill -i "$wallpaper" & -pkill -f mako -mako & +pkill -f dunst +dunst & pkill -f wlsunset wlsunset -l 57.4 -L -1.9 & @@ -34,5 +38,3 @@ mixer vol.mute="$(grep 'vol.mute=' ~/.cache/audio-volume | awk -F '=' '{print $2 sh "$HOME/.config/waybar/scripts/swayidle-update.sh" -# Focus HDMI-A-1 if available on startup -mmsg -d focusmon,HDMI-A-1 |