From 08e3d39ce54cdb94d57149bfc4a76da78896104f Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 1 Apr 2020 13:02:17 -0400 Subject: [PATCH] REF add limitations comment --- app/Main.hs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/Main.hs b/app/Main.hs index 3474062..f348d29 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -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