aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-15 09:32:37 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-15 09:32:37 +0100
commitcbeec227bf49a9f667db58455719a74f227b5ad2 (patch)
treebb7e43cd3fde36b1637d4182f50ca679edc850b0 /.config
parentad3a01df50c500eeab55e63c2eb4f37bb756382f (diff)
Start cowbuttons in the background.
Diffstat (limited to '.config')
-rwxr-xr-x.config/cow/after-start.sh8
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 &