aboutsummaryrefslogtreecommitdiff
path: root/config/systemd/user
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-01-21 09:42:35 +0100
committerKarel Kočí <cynerd@email.cz>2026-01-21 09:42:35 +0100
commitc8ad90b64f1a6f6fc515a71238031709f1a4a214 (patch)
treebfe335e4b1ba8891c9f102cd1a55906469aa1cbe /config/systemd/user
parent4f7d9d991aad22533e45e6d77bfb9e084027af62 (diff)
downloadmyconfigs-c8ad90b64f1a6f6fc515a71238031709f1a4a214.tar.gz
myconfigs-c8ad90b64f1a6f6fc515a71238031709f1a4a214.tar.bz2
myconfigs-c8ad90b64f1a6f6fc515a71238031709f1a4a214.zip
sway: switch from waybar service to just startup from sway
Diffstat (limited to 'config/systemd/user')
-rw-r--r--config/systemd/user/waybar.service8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/systemd/user/waybar.service b/config/systemd/user/waybar.service
deleted file mode 100644
index 110ab83..0000000
--- a/config/systemd/user/waybar.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Waybar
-
-[Service]
-ExecStart="/run/current-system/sw/bin/waybar"
-
-[Install]
-WantedBy="graphical-session.target"