From 151eb35e7aa755693b1d5e75dc7a5e951842574a Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 25 Aug 2016 23:39:50 +0200 Subject: README.rst: Adding information regarding the conky@ user service. --- README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1aba7bf..146534c 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,22 @@ ______________ systemctl --user start compton systemctl --user enable compton +conky@ --user +______________ +| The |conky| user service needs a properly exported *$DISPLAY* variable to work. You can set this in your |systemd-user.conf|: + + .. code:: ini + + DefaultEnvironment=DISPLAY=:0 + +| The |conky| user service starts conky scripts by name. This means, the word after the *@* directly relates to configuration files in your conky configuration directory (*~/.config/conky/*) +| You can start and enable it like any other systemd user service, by supplying it with a configuration file name: + + .. code:: bash + + systemctl --user start conky@my-configuration-name + systemctl --user enable conky@my-configuration-name + cpupower-rt ___________ | The cpupower package on |arch_linux| has been |cpupower_feature_request|, to allow easier appliance of CPU settings based on other profiles, than the system's default. @@ -305,6 +321,10 @@ ______________ compton +.. |conky| raw:: html + + conky + .. |real-time_kernel| raw:: html real-time kernel -- cgit v1.2.3-54-g00ecf From 648b9b81a43e301693c77e13dc178b865e273d2b Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 25 Aug 2016 23:41:29 +0200 Subject: README.rst: Removing update-mirrorlist system services (project seems dead and there is now update-pacman-mirrorlist: https://aur.archlinux.org/packages/update-pacman-mirrorlist/). --- README.rst | 14 -------------- system/update-mirrorlist.service | 11 ----------- system/update-mirrorlist.timer | 10 ---------- 3 files changed, 35 deletions(-) delete mode 100644 system/update-mirrorlist.service delete mode 100644 system/update-mirrorlist.timer (limited to 'README.rst') diff --git a/README.rst b/README.rst index 146534c..2fe2d26 100644 --- a/README.rst +++ b/README.rst @@ -234,16 +234,6 @@ ___________ tmux attach -update-mirrorlist -_________________ -| |update-mirrorlist| is a script to update the system's |pacman| mirrorlist according to some predefined settings. Here it is started on a weekly basis according to a timer unit. -| To start/enable it, just do: - - .. code:: bash - - systemctl start update-mirrorlist.timer - systemctl enable update-mirrorlist.timer - weechat --user ______________ | The systemd user service *weechat.service* starts the |irc| client |weechat| in a separate |tmux| environment for the current user. @@ -385,10 +375,6 @@ ______________ loginctl -.. |update-mirrorlist| raw:: html - - update-mirrorlist - .. |pacman| raw:: html pacman diff --git a/system/update-mirrorlist.service b/system/update-mirrorlist.service deleted file mode 100644 index 9766df6..0000000 --- a/system/update-mirrorlist.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Update pacman mirrorlist -After=local-fs.target -ConditionFileIsExecutable=/usr/bin/update-mirrorlist - -[Service] -Nice=19 -IOSchedulingClass=2 -IOSchedulingPriority=7 -ExecStart=/usr/bin/update-mirrorlist - diff --git a/system/update-mirrorlist.timer b/system/update-mirrorlist.timer deleted file mode 100644 index 72d3688..0000000 --- a/system/update-mirrorlist.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Update pacman mirrorlist every Monday at 05:00 - -[Timer] -# Every Monday at 05:00 -OnCalendar=Mon *-*-* 05:00 -Persistent=true - -[Install] -WantedBy=timers.target -- cgit v1.2.3-54-g00ecf From 34d31c932f00a3dd5c9aeadaef5c5eae297321f9 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 21 Dec 2016 16:41:02 +0100 Subject: README.rst: Removing gpg-agent.service specific information. --- README.rst | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2fe2d26..dc9d656 100644 --- a/README.rst +++ b/README.rst @@ -85,25 +85,6 @@ ___________ systemctl start cpupower-rt systemctl enable cpupower-rt -gpg-agent --user -________________ -| The systemd user service *gpg-agent.service* starts the gpg-agent and thus makes it independent of a certain session the user runs. The *homedir* for GnuPG is set to be in *~/.gnupg* (default). -| Therefore make sure to set your *GPG_TTY* and *GPG_AGENT_INFO* |environment_variable| for your |bash| or |zsh| (or whatever you run) to the following - - .. code:: bash - - export GPG_TTY=$(tty) - export GPG_AGENT_INFO="" - -| **Note**: These settings specifically apply to gnupg > 2.1! -| Otherwise you can start and enable it like any other systemd user service: - - .. code:: bash - - systemctl --user start gpg-agent - systemctl --user enable gpg-agent - - irssi --user ____________ | The systemd user service *irssi.service* starts the |irc| client |irssi| in a separate |tmux| environment for the current user. -- cgit v1.2.3-54-g00ecf