diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-27 19:26:20 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-27 19:26:20 -0400 |
commit | 7b52849551419eeff4c1380c623f02844505a9e3 (patch) | |
tree | 51dabaab2c1896d0e157d133cb91d1320b80ce7f | |
parent | 0cc1755f3d920b415fa473a7f07466b4d134e98c (diff) |
what was that doing there?
-rw-r--r-- | public/index.atom | 5 | ||||
-rw-r--r-- | public/x11-systemd.html | 5 | ||||
-rw-r--r-- | public/x11-systemd.md | 1 |
3 files changed, 2 insertions, 9 deletions
diff --git a/public/index.atom b/public/index.atom index 760eb9d..3758d52 100644 --- a/public/index.atom +++ b/public/index.atom @@ -73,10 +73,7 @@ systemctl --user stop &quot;X11@${_DISPLAY}.target&quot;</code>< <li><a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/X11@.target.wants">X11@.target.wants</a>/ <ul> <li>xmodmap@.service -&gt; ../<a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/xmodmap@.service">xmodmap@.service</a></li> -<li>xresources-dpi@.service -&gt; ../<a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/xresources-dpi@.service">xresources-dpi@.service</a> -<ul> -<li>doodle</li> -</ul></li> +<li>xresources-dpi@.service -&gt; ../<a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/xresources-dpi@.service">xresources-dpi@.service</a></li> <li>xresources@.service -&gt; ../<a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/xresources@.service">xresources@.service</a></li> </ul></li> </ul> diff --git a/public/x11-systemd.html b/public/x11-systemd.html index 75ba93c..5e653de 100644 --- a/public/x11-systemd.html +++ b/public/x11-systemd.html @@ -65,10 +65,7 @@ systemctl --user stop "X11@${_DISPLAY}.target"</code></pre> <li><a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/X11@.target.wants">X11@.target.wants</a>/ <ul> <li>xmodmap@.service -> ../<a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/xmodmap@.service">xmodmap@.service</a></li> -<li>xresources-dpi@.service -> ../<a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/xresources-dpi@.service">xresources-dpi@.service</a> -<ul> -<li>doodle</li> -</ul></li> +<li>xresources-dpi@.service -> ../<a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/xresources-dpi@.service">xresources-dpi@.service</a></li> <li>xresources@.service -> ../<a href="https://lukeshu.com/git/dotfiles/tree/.config/systemd/user/xresources@.service">xresources@.service</a></li> </ul></li> </ul> diff --git a/public/x11-systemd.md b/public/x11-systemd.md index a24a49b..6631b7f 100644 --- a/public/x11-systemd.md +++ b/public/x11-systemd.md @@ -120,7 +120,6 @@ symlinks in the `.requires` and `.wants` directories: * [X11@.target.wants][]/ + xmodmap@.service -> ../[xmodmap@.service][] + xresources-dpi@.service -> ../[xresources-dpi@.service][] - - doodle + xresources@.service -> ../[xresources@.service][] </li></ul> |