lemonbar: Screen working somewhat. Remove one fifo

This commit is contained in:
kuben
2019-08-11 20:12:04 +02:00
parent 9bb8df11c8
commit 4aba84ced0
6 changed files with 137 additions and 89 deletions

View File

@@ -43,7 +43,7 @@ if [ "$WM" = "i3" ]; then
elif [ "`hostname`" = "JakubArch" ] && [ -f ~/.i3/work.config ]; then
cat ~/.i3/work.config >> $i3config
fi
exec i3 -c $i3config >> ~/${WM}.log 2>&1
exec i3 -c $i3config -V >> ~/${WM}.log 2>&1
else
exec $WM >> "~/${WM}.log" 2>&1
fi