From 6dd4f7ab36825e11b5c45390acce4ea2c50fc281 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 5 Apr 2020 21:15:58 -0400 Subject: [PATCH] Updated .bashrc, x now happens on tty7 --- files/files/etc/nodm.conf | 2 +- files/files/etc/skel/.bashrc | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/files/files/etc/nodm.conf b/files/files/etc/nodm.conf index 71f827d..e5494d6 100644 --- a/files/files/etc/nodm.conf +++ b/files/files/etc/nodm.conf @@ -5,7 +5,7 @@ NODM_USER='stormux' # Options to pass to the X server (for example: "vt7 -nolisten # tcp") -NODM_X_OPTIONS='vt2 -nolisten tcp' +NODM_X_OPTIONS='vt7 -nolisten tcp' # Minimum time (in seconds) that a session should last in order # for nodm to decide that it has not quit too soon. If an X diff --git a/files/files/etc/skel/.bashrc b/files/files/etc/skel/.bashrc index 0bf1fa7..2b1781e 100644 --- a/files/files/etc/skel/.bashrc +++ b/files/files/etc/skel/.bashrc @@ -30,9 +30,6 @@ export PAGER="w3m -o keymap_file=~/.w3m/pager" # Don't put commands prefixed with space, or duplicate commands in history export HISTCONTROL=ignoreboth -# Run a first-boot script, only if this is the top level shell, only if ~/.firstboot exists and only if a first-boot script exists. -test $SHLVL -eq 1 && test -e ${HOME}/.firstboot && test -e $(command -v first-boot) && command first-boot - # Make sure user based systemd stuff is working. # Stop pulseaudio from autospawning, we run system wide. [[ -L "$HOME/.config/systemd/user/pulseaudio.socket" ]] || systemctl -q --user mask pulseaudio.socket >& /dev/null