aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* config/plot.conf: Adding configuration file for ↵David Runge2015-03-301-0/+10
| | | | user/systemd-analyze-plot.service
* update-mirrorlist.{service,timer}: Adding systemd service and timer files ↵David Runge2015-03-212-0/+21
| | | | for updating pacman's mirrorlist using update-mirrorlist (if installed).
* mpd@.service: Adding a systemd --user service for mpd to start with a ↵David Runge2015-03-201-0/+11
| | | | different configuration file than the default one and using pax11publish to also play on that (remote) server. The server hostname must be the same as the configuration postfix (mpd-hostname.conf).
* rtorrent.service: Adding a tmux systemd --user file that will launch a named ↵David Runge2015-03-201-0/+20
| | | | tmux user session with rtorrent running, to attach to within a separate TMUX_TMPDIR set to the user's run directory. The user's Downloads directory will be used for a rtorrent tmp and session directory.
* monitoring.service: Adding a tmux systemd --user file that will launch a ↵David Runge2015-03-201-0/+20
| | | | named tmux user session with monitoring programs such as htop, glances and loginctl, to attach to within a separate TMUX_TMPDIR set to the user's run directory.
* tmux.service: Adding a tmux systemd --user file that will launch a named ↵David Runge2015-03-201-0/+14
| | | | tmux user session to attach to within a separate TMUX_TMPDIR set to the user's run directory.
* pulse.service: Add minimal pulseaudio systemd --user service, not relying on ↵David Runge2015-03-201-0/+12
| | | | a socket.
* syndaemon.service: Adding a systemd --user unit to disable touchpad on ↵David Runge2015-03-201-0/+12
| | | | keyboard input with syndaemon (part of xf86-input-synaptics)
* jack: Adding a sample configuration file for a firewire device and a JACK ↵David Runge2015-03-202-0/+28
| | | | systemd --user service file.
* compton.service: Adding a systemd --user unit for compton X compositor.David Runge2015-03-201-0/+13
|
* cpupower-rt: Adding cpupower-rt script, configuration and service file. ↵David Runge2015-03-203-0/+73
Meant to be used with linux-rt and setting the special boot parameter: systemd.setenv=REALTIME=true.