qtiling
This commit is contained in:
parent
a15495ff49
commit
149f441bbe
3 changed files with 11 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
# startx automatically if on first tty
|
||||
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||
startx
|
||||
logout
|
||||
fi
|
||||
# # startx automatically if on first tty
|
||||
# if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||
# startx
|
||||
# logout
|
||||
# fi
|
||||
|
||||
|
|
|
@ -35,3 +35,4 @@ export DOTFILES_DIR DOTFILES_EXTRA_DIR
|
|||
|
||||
# welcome art
|
||||
! is-tty && $DOTFILES_DIR/bin/gradient
|
||||
|
||||
|
|
|
@ -7,4 +7,8 @@ xss-lock -- ~/bin/lock &
|
|||
|
||||
unclutter --timeout 1 &
|
||||
|
||||
# set a new random color
|
||||
~/.config/qtile/.colors/colors.py
|
||||
|
||||
SKIP_WM_RESET=1 autorandr -c --default default
|
||||
|
||||
|
|
Loading…
Reference in a new issue