diff options
| author | Josh Rahm <rahm@google.com> | 2022-04-18 20:47:07 -0600 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2022-04-18 20:47:07 -0600 |
| commit | 25958a8363691a86a60667ca4f92b65247c51d89 (patch) | |
| tree | c653e7aaf2c4572e69439053132128ff9eee2270 /src/Rahm/Desktop/Submap.hs | |
| parent | 75886bd10e782425179f244d0a650d9861bc2843 (diff) | |
| download | rde-25958a8363691a86a60667ca4f92b65247c51d89.tar.gz rde-25958a8363691a86a60667ca4f92b65247c51d89.tar.bz2 rde-25958a8363691a86a60667ca4f92b65247c51d89.zip | |
Change window border when selecting windows
Diffstat (limited to 'src/Rahm/Desktop/Submap.hs')
| -rw-r--r-- | src/Rahm/Desktop/Submap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/Submap.hs b/src/Rahm/Desktop/Submap.hs index 48a3144..5a05f9e 100644 --- a/src/Rahm/Desktop/Submap.hs +++ b/src/Rahm/Desktop/Submap.hs @@ -66,7 +66,7 @@ mapNextStringWithKeysym fn = do ret <- io $ fix $ \nextkey -> do ret <- - getMaskEventWithTimeout 2000 d keyPressMask $ \p -> do + getMaskEventWithTimeout 5000 d keyPressMask $ \p -> do KeyEvent { ev_keycode = code, ev_state = m } <- getEvent p keysym <- keycodeToKeysym d code 0 (_, str) <- lookupString (asKeyEvent p) |