diff options
author | Adrian Kummerlaender | 2015-03-08 20:26:52 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-03-08 20:26:52 +0100 |
commit | 0755a39d2108dfc3ad7affbc1b6f6ad7d153d679 (patch) | |
tree | 48c097ca0c99d007319265103b33ff0c35b1d3e9 /pages/projects | |
parent | 11926172c3d49730d6922fcb41edc7feef4f7f45 (diff) | |
download | blog_content-0755a39d2108dfc3ad7affbc1b6f6ad7d153d679.tar blog_content-0755a39d2108dfc3ad7affbc1b6f6ad7d153d679.tar.gz blog_content-0755a39d2108dfc3ad7affbc1b6f6ad7d153d679.tar.bz2 blog_content-0755a39d2108dfc3ad7affbc1b6f6ad7d153d679.tar.lz blog_content-0755a39d2108dfc3ad7affbc1b6f6ad7d153d679.tar.xz blog_content-0755a39d2108dfc3ad7affbc1b6f6ad7d153d679.tar.zst blog_content-0755a39d2108dfc3ad7affbc1b6f6ad7d153d679.zip |
Added `dmenu` and `zathura` to _dotfiles_ page
* updated _about_ page
Diffstat (limited to 'pages/projects')
-rw-r--r-- | pages/projects/dotfiles.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/projects/dotfiles.md b/pages/projects/dotfiles.md index e0a2bce..cf825af 100644 --- a/pages/projects/dotfiles.md +++ b/pages/projects/dotfiles.md @@ -14,6 +14,8 @@ My toolset currently consists of the following applications: * [urxvt] as terminal emulator * [conky] for displaying system information in [i3bar] * [twmn] for displaying notifications +* [dmenu] as program launcher +* [zathura] for displaying documents [GNU stow]: https://www.gnu.org/software/stow/ [Github]: https://github.com/KnairdA/dotfiles @@ -28,3 +30,5 @@ My toolset currently consists of the following applications: [conky]: http://conky.sourceforge.net/ [i3bar]: http://i3wm.org/docs/i3bar-protocol.html [twmn]: https://github.com/sboli/twmn +[dmenu]: http://tools.suckless.org/dmenu/ +[zathura]: https://pwmt.org/projects/zathura/ |