@@ -0,0 +1,11 @@
#!/bin/sh
# System/wide xinit scripts
if [ -d /etc/X11/xinit/xinitrc.d]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[-x "$f"] && . "$f"
done
unset f
fi
exec dwm
The note is not visible to the blocked user.