REF add limitations comment

This commit is contained in:
Nathan Dwarshuis 2020-04-01 13:02:17 -04:00
parent 045b60d25e
commit 08e3d39ce5
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,11 @@
-- 4) If active window matches a certain criteria, turn off xcape (vice versa)
--
-- The matching criteria in (4) are POSIX regular expressions.
--
-- Known limitations:
-- this is agnostic to any keymap changes, so if the keymap is changed, xcape
-- will not be updated or restarted. Furthermore, it is outside the scope of
-- this program to bind multiple xcape mappings with multiple keymaps
module Main where
@ -77,6 +82,8 @@ data XMConf = XMConf
, xcapeKeys :: String
}
--------------------------------------------------------------------------------
main :: IO ()
main = getArgs >>= parse