diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 15:28:56 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 16:30:10 +0530 |
| commit | 332fed0c0936a48b5cb68ebd7b2dc4d96003008e (patch) | |
| tree | 9549cf8aababa2c47b116edfb448adf7a9d6b595 /lib/Daffm/Types.hs | |
| parent | a4144c0c6e0d3df3740c70b9ad947642d9d48ac6 (diff) | |
| download | daffm-332fed0c0936a48b5cb68ebd7b2dc4d96003008e.tar.gz daffm-332fed0c0936a48b5cb68ebd7b2dc4d96003008e.zip | |
Add opener script in config
Diffstat (limited to 'lib/Daffm/Types.hs')
| -rw-r--r-- | lib/Daffm/Types.hs | 2 |
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) |
