sov: update timeout
This commit is contained in:
parent
dc5511aae9
commit
4964c9dfbd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ PATH=$PATH:$HOME/bin
|
|||
CONFIG=$HOME/.config/sway/sov.d
|
||||
FIFO=/tmp/sovpipe
|
||||
CMD="sov"
|
||||
ARGS=" -v -s $CONFIG"
|
||||
ARGS=" -t 500 -v -s $CONFIG"
|
||||
LOG=$HOME/log/sov.log
|
||||
|
||||
which $CMD &> /dev/null
|
||||
|
|
Loading…
Reference in a new issue