This commit is contained in:
Daylin Morgan 2022-09-02 16:10:12 -05:00
parent a15495ff49
commit 149f441bbe
3 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,6 @@
# startx automatically if on first tty # # startx automatically if on first tty
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then # if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
startx # startx
logout # logout
fi # fi

View File

@ -35,3 +35,4 @@ export DOTFILES_DIR DOTFILES_EXTRA_DIR
# welcome art # welcome art
! is-tty && $DOTFILES_DIR/bin/gradient ! is-tty && $DOTFILES_DIR/bin/gradient

View File

@ -7,4 +7,8 @@ xss-lock -- ~/bin/lock &
unclutter --timeout 1 & unclutter --timeout 1 &
# set a new random color
~/.config/qtile/.colors/colors.py
SKIP_WM_RESET=1 autorandr -c --default default SKIP_WM_RESET=1 autorandr -c --default default