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/
|
||||
0ad/
|
||||
supertuxkart/
|
||||
scummvm/
|
||||
|
|
|
@ -25,9 +25,11 @@ setxkbmap en &
|
|||
dwmblocks &
|
||||
clipmenud &
|
||||
dunst &
|
||||
clear &
|
||||
|
||||
while true; do
|
||||
dwm >/dev/null 2>&1
|
||||
done
|
||||
|
||||
exec dwm
|
||||
|
||||
|
|
Loading…
Reference in a new issue