diff options
-rw-r--r-- | linux_room.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/linux_room.html b/linux_room.html index f70837b..2039390 100644 --- a/linux_room.html +++ b/linux_room.html @@ -48,6 +48,7 @@ table { <ul> <li>Mail client: <a href="#claws">claws</a></li> <li>Editor: <a href="#emacs">emacs</a></li> + <li>File manager: <a href="#spacefm">SpaceFM</a></li> <li>Media player: <a href="#mpv">mpv</a></li> <li>Feed reader: <a href="#liferea">liferea</a></li> <li>PDF viewer: <a href="#epdfviewer">ePDFViewer</a></li> @@ -198,6 +199,23 @@ table { <tr> <td> + <h2 id="spacefm">SpaceFM</h2> + <p> + For the longest time I just used thunar because its decent and default in xfce though I decided + to give spacefm a try as of writing this. I might got annoyed of it in a week and ditch it or + end up really liking it. These kinds of things tend to go either way for me. I will either + fucking hate it or wonder how I ever lived without it. + <br/><br/> + I am fucking around with udisks2/udiskie and udevil to see what works better for my uses. + To get encrypted partitions working I add udiskie as a startup app in xfce to handle that + shit. Spacefm makes encrypted partitions a pain in the ass but its really configurable so + with enough hacks you can get spacefm to do anything. Thats the magic of spacefm. + </p> + </td> + </tr> + + <tr> + <td> <h2 id="mpv">mpv</h2> <p> I switched to mpv because vlc was acting weird with audio sometimes when watching anime and nothing |