aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Daffm/Types.hs')
-rw-r--r--lib/Daffm/Types.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs
index bf98e1c..39ad5a0 100644
--- a/lib/Daffm/Types.hs
+++ b/lib/Daffm/Types.hs
@@ -41,6 +41,7 @@ data AppState = AppState
stateCwd :: FilePathText,
stateListPositionHistory :: Map.Map Text.Text Int,
stateKeySequence :: KeySequence,
+ stateOpenerScript :: Maybe Text.Text,
stateKeyMap :: Keymap
}
deriving (Show)
@@ -75,6 +76,7 @@ type KeySequence = [Key]
data Configuration = Configuration
{ configKeymap :: !Keymap,
+ configOpener :: Maybe Text.Text,
configTheme :: !(Map.Map Text.Text Text.Text)
}
deriving (Show)