From 4125ff153814f5904476a9fa669e93c6a9d0c5dd Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Wed, 26 Feb 2020 22:15:46 +0300 Subject: fixes/improvements to helper script, and power management setup script --- dotfiles/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.profile') 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 -- cgit v1.2.3