mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Use /dev/tty6 for manual screen blanking
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
#[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
#if [ -z ${DISPLAY} ] && [ ${XDG_VTNR} -eq 1 ]; then exec startx; fi
|
||||
|
||||
# WAYLAND ENV
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export WAYLAND_PROTOCOLS_DATADIR="/usr/share/wayland-protocols"
|
||||
@@ -25,3 +22,5 @@ export EDITOR=micro
|
||||
export BUILDDIR=/tmp/makepkg
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=100000
|
||||
|
||||
if [ -z $DISPLAY ] && [ $(tty) = /dev/tty6 ]; then exec setterm --blank=force; exit; fi
|
||||
|
||||
Reference in New Issue
Block a user