Made the separator in stdout mode configurable with '--stdout_separator' and '$stdout_separator'
This commit is contained in:
parent
dc54ca530d
commit
3a826e16cc
2 changed files with 28 additions and 2 deletions
|
|
@ -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 {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue