Now that I am using XMonad I find that my USB devices no longer automount when I plug them into my computer. How do I get them to automount again just like they did when I was using gnome?
|
I'd recommend one of the udisks-based solutions. uam seems to do the job without too much configuration. udisks-glue is also decent for scripting.
|
||||
|
|
The way that I have solved that problem is to use nautilus running the the background to continue to manage that for me. You can do that like so:
If you happen to start XMonad using a custom .xsession file then that would be the perfect place to put that line. Make sure you put it before the 'exec xmonad' command. |
|||
|
|
|
On Arch Linux ldm works quite well with plain XMonad. Disks will automatically mount to References: |
||||
|
|