remove old services and add new

This commit is contained in:
2026-02-19 13:57:02 +02:00
parent 414bf2eaf1
commit 309a9fb69e
4 changed files with 26 additions and 11 deletions

View File

@@ -1 +0,0 @@
/home/mrakells/.config/systemd/user/dwmblocks.service

View File

@@ -1,10 +0,0 @@
[Unit]
Description=DWM Blocks Status Bar
[Service]
ExecStart=/home/mrakells/.local/bin/dwmblocks
Restart=always
RestartSec=5
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Polkit GNOME Authentication Agent
After=graphical-session.target
Wants=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
Restart=on-failure
RestartSec=2
[Install]
WantedBy=graphical-session.target

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Wayland clipboard persistence service
After=graphical-session.target
Wants=graphical-session.target
[Service]
Type=simple
ExecStart=wl-clip-persist --clipboard regular
Restart=always
RestartSec=2
[Install]
WantedBy=graphical-session.target