Small changes

This commit is contained in:
Marko Korhonen 2020-03-02 21:48:34 +02:00
parent a275c099b6
commit 5d031ac249
2 changed files with 3 additions and 4 deletions

View file

@ -1 +1 @@
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sway > /dev/null 2>&1
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && source ~/.config/sway/env && sway > /dev/null 2>&1