Disable debug mode
This commit is contained in:
parent
d1861b8502
commit
d7560e1f05
|
@ -20,7 +20,7 @@
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Vars {{{
|
# Vars {{{
|
||||||
debug=0
|
debug=1
|
||||||
|
|
||||||
## List of video games for homedir {{{
|
## List of video games for homedir {{{
|
||||||
### Give the relative path from homedir.
|
### Give the relative path from homedir.
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Vars {{{
|
# Vars {{{
|
||||||
debug=0
|
debug=1
|
||||||
|
|
||||||
## Steam {{{
|
## Steam {{{
|
||||||
steam_id="112595584"
|
steam_id="112595584"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Vars {{{
|
# Vars {{{
|
||||||
debug=0
|
debug=1
|
||||||
|
|
||||||
## XDG config {{{
|
## XDG config {{{
|
||||||
XDG_CONFIG_HOME="${HOME}/.config"
|
XDG_CONFIG_HOME="${HOME}/.config"
|
||||||
|
|
Loading…
Reference in New Issue