diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-02-26 22:15:46 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-02-26 22:15:46 +0300 |
commit | 4125ff153814f5904476a9fa669e93c6a9d0c5dd (patch) | |
tree | 98b63fffa428567d7116cf7b8ee8b936953c7d44 /dotfiles | |
parent | c41469958fd1d086ab399a2b3e40908ca69d8c85 (diff) | |
download | swayrice-4125ff153814f5904476a9fa669e93c6a9d0c5dd.tar.gz swayrice-4125ff153814f5904476a9fa669e93c6a9d0c5dd.zip |
fixes/improvements to helper script, and power management setup script
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.profile | 2 |
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 |