diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 09:32:37 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 09:32:37 +0100 |
| commit | cbeec227bf49a9f667db58455719a74f227b5ad2 (patch) | |
| tree | bb7e43cd3fde36b1637d4182f50ca679edc850b0 /.config/cow | |
| parent | ad3a01df50c500eeab55e63c2eb4f37bb756382f (diff) | |
Start cowbuttons in the background.
Diffstat (limited to '.config/cow')
| -rwxr-xr-x | .config/cow/after-start.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/cow/after-start.sh b/.config/cow/after-start.sh index 0686f9a..8fc38ff 100755 --- a/.config/cow/after-start.sh +++ b/.config/cow/after-start.sh @@ -10,10 +10,6 @@ pkill -9 /usr/local/libexec/polkit-gnome-authentication-agent-1 pkill -9 /usr/local/libexec/xdg-desktop-portal-wlr /usr/local/libexec/xdg-desktop-portal-wlr & -# Start Waybar -#pkill -9 waybar -#waybar & - # Start Kanshi pkill -9 kanshi kanshi & @@ -42,3 +38,7 @@ sh "$HOME/.config/waybar/scripts/swayidle-update.sh" # Start cowpager pkill -9 cowpager cowpager & + +# Start cowbuttons +pkill -9 cowbuttons +cowbuttons & |
