hsfm-gtk

Safe HaskellSafe
LanguageHaskell2010

HSFM.Settings

Synopsis

Documentation

terminalCommand Source

Arguments

:: ByteString

current directory of the FM

-> IO a 

The terminal command. This should call executeFile in the end with the appropriate arguments.

home :: IO ByteString Source

The home directory. If you want to set it explicitly, you might want to do:

home = return "/home/wurst"