Remove stdout mode

This commit is contained in:
Dylan Araps 2016-08-19 23:01:18 +10:00
parent 5148b1edfa
commit 4420a2cb38
5 changed files with 5 additions and 73 deletions

View file

@ -396,14 +396,6 @@ scrot_dir="$HOME/Pictures/"
scrot_name="neofetch-$(date +%F-%T).png"
# }}}
# Stdout options {{{
# Separator for stdout mode
# --stdout_separator string
stdout_separator=" "
# }}}
# Config Options {{{