aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd
Commit message (Collapse)AuthorAgeFilesLines
* mbsync: Output mailboxes.rc to XDG compliant mutt config dirDavid Runge2023-12-191-1/+1
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* Remove deprecated channel map from pulseaudio null sink.David Runge2023-05-041-1/+1
|
* isync: Start mutt_mailboxes not as post commandDavid Runge2023-02-021-1/+1
|
* isync: Use mutt_mailboxes script for generating mailboxes.rcDavid Runge2023-02-021-1/+1
|
* mbsync: Add systemd system service and timerDavid Runge2022-03-162-0/+43
| | | | | | | | | .config/systemd/system/mbsync@.service: Add a systemd system service that is supposed to rely on SetCredentialEncrypted to retrieve a given user's mails. .config/systemd/system/mbsync@.timer: Run the accompanying mbsync@.service every 5 minutes.
* pulseaudio: Add systemd user service for null sinkDavid Runge2021-11-241-0/+12
| | | | | .config/systemd/user/pulseaudio-null-sink@.service: Add templated user service to start a pulseaudio null sink.
* kanshi: Add systemd user serviceDavid Runge2021-11-241-0/+11
| | | | | .config/systemd/user/kanshi.service: Add systemd user service, that binds to sway-session.target.
* polkit-gnome: Add systemd user serviceDavid Runge2021-11-241-0/+10
| | | | | .config/systemd/user/polkit-gnome.service: Add systemd user service, that binds to graphical.target.
* lxpolkit: Add systemd user serviceDavid Runge2021-11-241-0/+10
| | | | | .config/systemd/user/lxpolkit.service: Add systemd user service that binds to graphical.target.
* waybar: Add systemd user serviceDavid Runge2021-11-241-0/+12
| | | | | .config/systemd/user/waybar.service: Add systemd user service, that binds to sway-session.target.
* swayidle: Add systemd user serviceDavid Runge2021-11-241-0/+11
| | | | | .config/systemd/user/swayidle.service: Add systemd user service, that binds to sway-session.target.
* nextcloud-client: Add systemd user serviceDavid Runge2021-11-241-0/+12
| | | | | .config/systemd/user/nextcloud.service: Add systemd user service, that binds to sway-session.target.
* sway: Add systemd user targetDavid Runge2021-11-241-0/+6
| | | | | .config/systemd/user/sway-session.target: Add sway-session.target to which other user services may be bound.
* mbsync: run notmuch lastDavid Runge2021-09-281-1/+1
| | | | | | .config/systemd/user/mbsync.service: Run notmuch after `mbsync2mutt_mailboxes` so that mailboxes.rc is always created after sync (even if notmuch fails).
* mbsync.service: Allow to failDavid Runge2021-02-071-1/+1
| | | | | | .config/systemd/user/mbsync.service: Allow mbsync calls to fail (so that ExecStartPost steps are still executed).
* mpd@.service: Unify config namingDavid Runge2021-02-071-1/+1
| | | | | | .config/systemd/user/mpd@.service: Remove the requirement of the mpd- prefix from the configuration loadable by the service
* Add basic logrotate integrationDavid Runge2020-09-122-0/+39
| | | | | | | | | .config/logrotate.conf: Add configuration to rotate sway and a2jmidid logs. .config/systemd/user/logrotate.{service,timer}: Add service and timer based on the system versions provided by logrotate.
* Add systemd user service for ssh-agentDavid Runge2020-07-261-0/+13
| | | | | .config/systemd/user/ssh-agent.service: Add a simple systemd user service for ssh-agent
* Add local tmux systemd user serviceDavid Runge2020-07-261-0/+13
| | | | | .config/systemd/user/tmux.service: Add a local systemd user service for tmux.
* .config/systemd/user/jack@.service: Removing custom jack@ user service (it ↵David Runge2019-10-071-17/+0
| | | | has been upstreamed and is available since jack2 1.9.13).
* .config/systemd/user/mbsync.service: Using mbsync2mutt_mailboxes in ↵David Runge2019-09-071-0/+1
| | | | ExecStartPost to create the mailboxes snippet for mutt.
* .config/systemd/user/mbsync.*: Adding timer/service unit to start mbsync ↵David Runge2019-09-072-0/+17
| | | | (and notmuch afterwards).
* .config/systemd/user/mpd@.service: Adding hardening options.David Runge2019-07-071-0/+6
|
* .config/systemd/user/jack@.service: Reusing (soon upstreamed) jack@ user ↵David Runge2019-03-021-3/+7
| | | | service template.
* .config/systemd/user/gpg-refresh.*: Adding local systemd user service for ↵David Runge2018-12-082-0/+16
| | | | PGP key refresh.
* .config/systemd/user/mpd@.service: Adding local override for mpd@ user ↵David Runge2018-11-191-0/+12
| | | | service. Raising LimitRTPrio to 75, as some threads in mpd apparently require it.
* .config/systemd/user/jack@.service: Adding a local jack@ user service, so no ↵David Runge2018-11-191-0/+13
| | | | package is required.
* pulseaudio.socket: Removing the default pulseaudio socket.David Runge2015-03-251-1/+0
|
* .config/systemd/user/default.target.wants/*: Deleting all user services. Not ↵David Runge2015-03-209-9/+0
| | | | good to have them started as root.
* .config/systemd: Adding current systemd --user setup.David Runge2015-03-0610-0/+10