diff --git a/config/systemd/user/clipse.service b/config/systemd/user/clipse.service new file mode 100644 index 0000000..4c85a77 --- /dev/null +++ b/config/systemd/user/clipse.service @@ -0,0 +1,12 @@ +[Install] +WantedBy=graphical-session.target + +[Service] +ExecStart=clipse -listen +RemainAfterExit=true +Type=oneshot + +[Unit] +After=graphical-session.target +Description=Clipse listener +PartOf=graphical-session.target diff --git a/config/systemd/user/polybar.service b/config/systemd/user/polybar.service new file mode 100644 index 0000000..e93183d --- /dev/null +++ b/config/systemd/user/polybar.service @@ -0,0 +1,13 @@ +[Unit] +Description=Polybar status bar +After=graphical-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/polybar top +Restart=on-failure +RestartSec=3 + +[Install] +WantedBy=default.target +