conf: Add terminator configuration, pretty format i3 home conf

This commit is contained in:
kuben
2019-08-07 21:05:37 +02:00
parent 77288d1ee9
commit fc82366233
4 changed files with 66 additions and 36 deletions

View File

@@ -41,7 +41,7 @@ if [ "$WM" = "i3" ]; then
if [ "`hostname`" = "kubaArch" ] && [ -f ~/.i3/home.config ]; then
cat ~/.i3/home.config >> $i3config
fi
exec i3 -c $i3config # >> "~/${WM}.log" 2>&1
exec i3 -c $i3config >> ~/${WM}.log 2>&1
else
exec $WM >> "~/${WM}.log" 2>&1
fi