diff --git a/.config/systemd/user/default.target.wants/dwmblocks.service b/.config/systemd/user/default.target.wants/dwmblocks.service deleted file mode 120000 index ea2a157..0000000 --- a/.config/systemd/user/default.target.wants/dwmblocks.service +++ /dev/null @@ -1 +0,0 @@ -/home/mrakells/.config/systemd/user/dwmblocks.service \ No newline at end of file diff --git a/.config/systemd/user/dwmblocks.service b/.config/systemd/user/dwmblocks.service deleted file mode 100644 index 89372e8..0000000 --- a/.config/systemd/user/dwmblocks.service +++ /dev/null @@ -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 diff --git a/.config/systemd/user/polkit-gnome.service b/.config/systemd/user/polkit-gnome.service new file mode 100644 index 0000000..abd34d7 --- /dev/null +++ b/.config/systemd/user/polkit-gnome.service @@ -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 diff --git a/.config/systemd/user/wl-clip-persist.service b/.config/systemd/user/wl-clip-persist.service new file mode 100644 index 0000000..3d148d8 --- /dev/null +++ b/.config/systemd/user/wl-clip-persist.service @@ -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