diff options
author | Adrian Kummerlaender | 2016-04-29 20:24:55 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-04-29 20:24:55 +0200 |
commit | 46b66bc84ddaf3f91b6758e0f5749592dab863e7 (patch) | |
tree | d40ad6170109076133003996b5280548dfadb470 /pages/projects | |
parent | 66f08649e1e1971c6d0f09189cef7476ffaf1632 (diff) | |
download | blog_content-46b66bc84ddaf3f91b6758e0f5749592dab863e7.tar blog_content-46b66bc84ddaf3f91b6758e0f5749592dab863e7.tar.gz blog_content-46b66bc84ddaf3f91b6758e0f5749592dab863e7.tar.bz2 blog_content-46b66bc84ddaf3f91b6758e0f5749592dab863e7.tar.lz blog_content-46b66bc84ddaf3f91b6758e0f5749592dab863e7.tar.xz blog_content-46b66bc84ddaf3f91b6758e0f5749592dab863e7.tar.zst blog_content-46b66bc84ddaf3f91b6758e0f5749592dab863e7.zip |
Update dotfile project page
Diffstat (limited to 'pages/projects')
-rw-r--r-- | pages/projects/dotfiles.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/projects/dotfiles.md b/pages/projects/dotfiles.md index cf825af..1c93a84 100644 --- a/pages/projects/dotfiles.md +++ b/pages/projects/dotfiles.md @@ -13,8 +13,8 @@ My toolset currently consists of the following applications: * [fish] as my default shell * [urxvt] as terminal emulator * [conky] for displaying system information in [i3bar] +* [rofi] as program launcher * [twmn] for displaying notifications -* [dmenu] as program launcher * [zathura] for displaying documents [GNU stow]: https://www.gnu.org/software/stow/ @@ -30,5 +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/ +[rofi]: https://davedavenport.github.io/rofi/ [zathura]: https://pwmt.org/projects/zathura/ |