aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r--dotfiles/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index d2303ab..9424cfc 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -21,6 +21,6 @@ export ZDOTDIR="$HOME/.config/zsh"
export INPUTRC="$HOME/.config/zsh/inputrc"
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
- sway
+ sway && clear && exit
fi