diff options
author | Mateja <mail@matejamaric.com> | 2021-01-27 23:27:25 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-01-27 23:27:25 +0100 |
commit | f43f79f0fedb77b5f3da4a321d9d9503573252aa (patch) | |
tree | bcd8945a4afb9bc3b651a46277eaac2932a5839c | |
parent | 6bc98908abd375d9cbf4ef6e4c82889b39b77589 (diff) | |
download | dotfiles-f43f79f0fedb77b5f3da4a321d9d9503573252aa.tar.gz dotfiles-f43f79f0fedb77b5f3da4a321d9d9503573252aa.zip |
Add README.
-rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a00bca --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# About this project + +Configuration files for programs I use and used to use, including some helper scripts. + +## Configuration files for programs I currently use: + +- bash +- qtile +- termite +- dunst +- nvim +- zathura +- mpd +- ncmpcpp +- newsboat + +## Configuration files for programs I currently used: + +- i3 +- polybar +- xmonad +- xmobar + +## Helper scripts: + +- mpd_show: Show currently playing song in pop-up. +- unmount-usb: Unmount currently mounted USB drive or one selected from list of currently mounted USB drives. |