Made the separator in stdout mode configurable with '--stdout_separator' and '$stdout_separator'

This commit is contained in:
Dylan
2016-03-02 17:56:28 +11:00
parent dc54ca530d
commit 3a826e16cc
2 changed files with 28 additions and 2 deletions

View File

@@ -321,6 +321,14 @@ scrot_dir="$HOME/Pictures"
scrot_name="neofetch-%Y-%m-%d-%H:%M.png"
# }}}
# Stdout options {{{
# Separator for stdout mode
# --stdout_separator string
stdout_separator=" "
# }}}
# Config Options {{{