diff --git a/.config/systemd/user/default.target.wants/grobi.service b/.config/systemd/user/default.target.wants/grobi.service new file mode 120000 index 0000000..aad545f --- /dev/null +++ b/.config/systemd/user/default.target.wants/grobi.service @@ -0,0 +1 @@ +/home/kunsi/.config/systemd/user/grobi.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/redshift.service b/.config/systemd/user/default.target.wants/redshift.service new file mode 120000 index 0000000..a9cf4c7 --- /dev/null +++ b/.config/systemd/user/default.target.wants/redshift.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/redshift.service \ No newline at end of file diff --git a/.config/systemd/user/grobi.service b/.config/systemd/user/grobi.service new file mode 100644 index 0000000..f51829e --- /dev/null +++ b/.config/systemd/user/grobi.service @@ -0,0 +1,11 @@ +[Unit] +Description=Automatically configure monitors/outputs for Xorg via RANDR + +[Service] +ExecStart=/home/kunsi/git/grobi/grobi watch --verbose --config=/home/kunsi/.config/grobi/grobi.conf +Restart=always +RestartSec=10 +StartLimitInterval=0 + +[Install] +WantedBy=default.target diff --git a/.config/systemd/user/timers.target.wants/vdirsyncer.timer b/.config/systemd/user/timers.target.wants/vdirsyncer.timer new file mode 120000 index 0000000..cc84adf --- /dev/null +++ b/.config/systemd/user/timers.target.wants/vdirsyncer.timer @@ -0,0 +1 @@ +/usr/lib/systemd/user/vdirsyncer.timer \ No newline at end of file