aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* README.md: updating system services, renaming user services, adding special ↵David Runge2015-03-311-1/+12
| | | | user services.
* README.md: Indenting sub listDavid Runge2015-03-311-10/+9
|
* LICENSE: Adding GPLv3David Runge2015-03-311-0/+674
|
* README.md: First versionDavid Runge2015-03-311-0/+18
|
* system/user@.service.d/dbus.conf: Adding DBUS_SESSION_BUS_ADDRESS as ↵David Runge2015-03-311-0/+2
| | | | separate Environment from config file to the global user@.service configuration.
* user/dbus.*: Adding first version of dbus user message bus service and socket.David Runge2015-03-312-0/+19
|
* scripts/postpone-screensaver: Adding first version of script, after moving ↵David Runge2015-03-311-0/+43
| | | | thesourcing of the EnvironmentFile out of the script running it
* config/postpone-screensaver: Adding first version of config file with examples.David Runge2015-03-311-0/+9
|
* postpone-screensaver.{service,timer}: Adding first version of service and ↵David Runge2015-03-312-0/+21
| | | | timer unit.
* config/rtorrent@.conf: Adding first version of config.David Runge2015-03-311-0/+7
|
* system/rtorrent@.service: Adding first version.David Runge2015-03-311-0/+18
|
* user/systemd-analyze-plot.service: Adding first version of service.David Runge2015-03-301-0/+15
|
* 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.