Updated .bashrc, x now happens on tty7

This commit is contained in:
Storm Dragon 2020-04-05 21:15:58 -04:00
parent 7d0af8e2ba
commit 6dd4f7ab36
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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