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/State.hs | |
| parent | a4144c0c6e0d3df3740c70b9ad947642d9d48ac6 (diff) | |
| download | daffm-332fed0c0936a48b5cb68ebd7b2dc4d96003008e.tar.gz daffm-332fed0c0936a48b5cb68ebd7b2dc4d96003008e.zip | |
Add opener script in config
Diffstat (limited to 'lib/Daffm/State.hs')
| -rw-r--r-- | lib/Daffm/State.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Daffm/State.hs b/lib/Daffm/State.hs index f04ebc9..52ac7a0 100644 --- a/lib/Daffm/State.hs +++ b/lib/Daffm/State.hs @@ -31,6 +31,7 @@ mkEmptyAppState config = stateFileSelections = Set.empty, stateCwd = "", stateKeyMap = defaultKeymaps <> configKeymap config, + stateOpenerScript = configOpener config, stateKeySequence = [] } where |
