mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2024-11-21 20:36:51 -05:00
fcc3ad1ddd
Expanded Readme
12 lines
257 B
Bash
12 lines
257 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
# Autostart xorg (and thus i3) when logging in
|
|
# Keep commented out if you want to use GDM
|
|
# or any other display manager to login
|
|
#if [[ -z$DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
|
# startx
|
|
#fi
|