From 332fed0c0936a48b5cb68ebd7b2dc4d96003008e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Oct 2025 15:28:56 +0530 Subject: Add opener script in config --- lib/Daffm/Types.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Daffm/Types.hs') 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) -- cgit v1.3.1