autoopen sway on tty1
This commit is contained in:
parent
cbb464b1a8
commit
7aa1e113f5
4
zshrc
4
zshrc
@ -235,3 +235,7 @@
|
|||||||
|
|
||||||
echo $FILE_URL
|
echo $FILE_URL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||||
|
exec sway
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user