diff options
author | David Runge <dave@sleepmap.de> | 2015-10-23 15:10:10 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-10-23 15:10:10 +0200 |
commit | b854e25fbbedcdc6cdca8dd389ad6258e5a60649 (patch) | |
tree | 74d2963f8c75ce240c1d31d0241edd137e921ea5 /README.rst | |
parent | d223511f2ac78fd2ccc176d51894184e1d7c62db (diff) | |
download | uenv-b854e25fbbedcdc6cdca8dd389ad6258e5a60649.tar.gz uenv-b854e25fbbedcdc6cdca8dd389ad6258e5a60649.tar.bz2 uenv-b854e25fbbedcdc6cdca8dd389ad6258e5a60649.tar.xz uenv-b854e25fbbedcdc6cdca8dd389ad6258e5a60649.zip |
README.rst: Escaping emphasis in italics. Trying to fix code blocks.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ uenv ==== -| *uenv* - as in `*u*seful *env*ironments` - is a collection of scripts, |systemd| |systemd.service| and |systemd.timer| units and configuration that go along with it. +| *uenv* - as in `\*u\*seful \*env\*ironments` - is a collection of scripts, |systemd| |systemd.service| and |systemd.timer| units and configuration that go along with it. | It is meant to help organizing your workflow and hiding away user and system services in neat little separate environments. | Arguably a couple of the |systemd.unit| might only be useful, when using window managers like |awesome|, that stem from a minimalistic approach. | Some of the functionalities implemented here can be found in desktop environments like |kde| or |gnome|. @@ -13,9 +13,9 @@ Separate tmux environments | Here it is used for a couple of services to start an environment in which other |cli| programs can run. | In those services the following |systemd.exec| is set: - .. code:: systemd + .. code:: systemd - Environment=TMUX_TMPDIR=%t/tmux + Environment=TMUX_TMPDIR=%t/tmux | This will store the |tmux| server socket in the users' *XDG_RUNTIME_DIR*. Therefore it will be necessary to set your *TMUX_TMPDIR* |environment_variable| for your |bash| or |zsh| (or whatever you run) to the following: |