vicfryzel / xmonad-config

My xmonad and xmobar configuration, plus necessary scripts to make things more usable.
http://www.vicfryzel.com/2010/06/27/obtaining-a-beautiful-usable-xmonad-configuration
MIT License
463 stars 161 forks source link

xsession is in /bin folder #14

Closed sandric closed 9 years ago

sandric commented 10 years ago

In readme you giving such a command:

ln -s ~/.xmonad/xsession ~/.xsession (and correspoding for .xinitrc)

but xsession is in /bin forlder so it should be

ln -s ~/.xmonad/bin/xsession ~/.xsession

no?

vicfryzel commented 9 years ago

Hey @sandric. This was fixed in e671c81ae5e458be780e55a4c9ebbb2e8e65855c. Thanks!