Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update-mirrorlist.{service,timer}: Adding systemd service and timer files ↵ | David Runge | 2015-03-21 | 2 | -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 Runge | 2015-03-20 | 1 | -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 Runge | 2015-03-20 | 1 | -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 Runge | 2015-03-20 | 1 | -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 Runge | 2015-03-20 | 1 | -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 Runge | 2015-03-20 | 1 | -0/+12 |
| | | | | a socket. | ||||
* | syndaemon.service: Adding a systemd --user unit to disable touchpad on ↵ | David Runge | 2015-03-20 | 1 | -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 Runge | 2015-03-20 | 2 | -0/+28 |
| | | | | systemd --user service file. | ||||
* | compton.service: Adding a systemd --user unit for compton X compositor. | David Runge | 2015-03-20 | 1 | -0/+13 |
| | |||||
* | cpupower-rt: Adding cpupower-rt script, configuration and service file. ↵ | David Runge | 2015-03-20 | 3 | -0/+73 |
Meant to be used with linux-rt and setting the special boot parameter: systemd.setenv=REALTIME=true. |