diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-07-06 09:01:17 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-07-06 09:01:17 +0100 |
commit | 65d4492c4f4ec145a5395aadc0785067d3106bfa (patch) | |
tree | ba8a508d2e74c471386d6f1c8ef08be6d00dcc7f /.config | |
parent | 47bddb3267844a1a9282f09daca548647914ddb7 (diff) |
Diffstat (limited to '.config')
-rwxr-xr-x | .config/maomao/autostart.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/maomao/autostart.sh b/.config/maomao/autostart.sh index 1130af0..025027b 100755 --- a/.config/maomao/autostart.sh +++ b/.config/maomao/autostart.sh @@ -14,6 +14,10 @@ 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 @@ -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 |