yeet xorg, I am using sway now!

This commit is contained in:
Cheri 2022-09-12 18:58:28 +03:00 committed by vib
parent fbae967200
commit f4142c4e89
20 changed files with 558 additions and 760 deletions

9
.bash_profile Normal file
View file

@ -0,0 +1,9 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.profile ]] && . ~/.profile
# If running from tty1 start sway
[ "$(tty)" = "/dev/tty1" ] && exec ~/.config/sway/start.sh