X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.xsession;fp=.xsession;h=6e39043557a9d914fd81fdb62424cb69ce80068e;hb=2c774a962a9d89c09ecc517f0e6d32f4a9f51eb8;hp=3ce006dfb191142b172b936ba16aed0446ab201c;hpb=17abd132a43d6e2cee33f33f097197cbbd568455;p=x_base.git diff --git a/.xsession b/.xsession index 3ce006d..6e39043 100755 --- a/.xsession +++ b/.xsession @@ -62,6 +62,10 @@ elif which mpd >/dev/null 2>&1 && [ -e ~/.mpdconf ]; then export MPD_HOST; fi; +if [ -x /sbin/iw ] && which nm-applet >/dev/null 2>&1 && /sbin/iw list|grep -q '^Wiphy'; then + ( nm-applet > /dev/null 2>&1 & ); +fi; + if [ -x /usr/bin/i3 ]; then if [ -x ~/.config/i3/build_config.sh ]; then ~/.config/i3/build_config.sh;