diff options
| author | Josh Rahm <rahm@google.com> | 2022-04-18 20:47:07 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-10-09 12:19:46 -0600 |
| commit | d41def38570056f97c841c82d053f2c2d87cb32b (patch) | |
| tree | c653e7aaf2c4572e69439053132128ff9eee2270 /src/Rahm/Desktop/Submap.hs | |
| parent | 92e36c9262e7cc2f9ffdb7e45ef9aed43fa1e18c (diff) | |
| download | rde-d41def38570056f97c841c82d053f2c2d87cb32b.tar.gz rde-d41def38570056f97c841c82d053f2c2d87cb32b.tar.bz2 rde-d41def38570056f97c841c82d053f2c2d87cb32b.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) |