avoid welcome message on logout
This commit is contained in:
parent
74b340a63a
commit
d83288b601
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -141,3 +141,4 @@ gtk-3.0/bookmarks
|
||||||
inkscape/
|
inkscape/
|
||||||
0ad/
|
0ad/
|
||||||
supertuxkart/
|
supertuxkart/
|
||||||
|
scummvm/
|
||||||
|
|
|
@ -25,9 +25,11 @@ setxkbmap en &
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
clipmenud &
|
clipmenud &
|
||||||
dunst &
|
dunst &
|
||||||
|
clear &
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
dwm >/dev/null 2>&1
|
dwm >/dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
exec dwm
|
exec dwm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue