diff options
-rw-r--r-- | config.default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.default b/config.default index e561a5b..57ed71b 100644 --- a/config.default +++ b/config.default @@ -20,3 +20,8 @@ BB_COLOR_HIGHLIGHT="\e[0;34m" BB_COLOR_RESET="\e[39m" FORCE_VANILLA_VIM="no" + +# Autostart Desktop on TTY +WM_AUTO_START="no" +WM_TTY="/dev/tty1" +WM_WM="sway" |