2018-02-24 16:43:15 +00:00
|
|
|
#
|
|
|
|
# This is for app context configuration of standalone i2psnark.
|
|
|
|
# Almost all configuration settings are in i2psnark.config.d/i2psnark.config
|
|
|
|
#
|
2021-12-18 07:52:30 -05:00
|
|
|
# disable browser launch on startup
|
|
|
|
#routerconsole.browser=/bin/false
|
2022-05-23 09:10:48 -04:00
|
|
|
# disable browser launch on startup (Windows)
|
|
|
|
#routerconsole.browser=NUL
|
2021-12-18 07:52:30 -05:00
|
|
|
# change browser
|
|
|
|
#routerconsole.browser=firefox
|
2022-03-11 07:23:46 -05:00
|
|
|
# disable system tray
|
|
|
|
#desktopgui.enabled=false
|
2023-02-10 13:47:58 -05:00
|
|
|
# disable system tray notification popups
|
|
|
|
#desktopgui.showNotifications=false
|