yeet xorg, I am using sway now!
This commit is contained in:
parent
fbae967200
commit
f4142c4e89
20 changed files with 558 additions and 760 deletions
9
.bash_profile
Normal file
9
.bash_profile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue