aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.profile
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-02-26 22:15:46 +0300
committerYaroslav <contact@yaroslavps.com>2020-02-26 22:15:46 +0300
commit4125ff153814f5904476a9fa669e93c6a9d0c5dd (patch)
tree98b63fffa428567d7116cf7b8ee8b936953c7d44 /dotfiles/.profile
parentc41469958fd1d086ab399a2b3e40908ca69d8c85 (diff)
downloadswayrice-4125ff153814f5904476a9fa669e93c6a9d0c5dd.tar.gz
swayrice-4125ff153814f5904476a9fa669e93c6a9d0c5dd.zip
fixes/improvements to helper script, and power management setup script
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