Added autostart sway on login
This commit is contained in:
parent
6e411ae683
commit
c33214778a
2 changed files with 15 additions and 21 deletions
9
config/.zprofile
Normal file
9
config/.zprofile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# ~/.zprofile
|
||||
#
|
||||
|
||||
# Autostart sway on login
|
||||
if [[ -z ${DISPLAY} && ${TTY} = /dev/tty1 ]] ; then
|
||||
exec sway
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue