diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2026-01-01 20:47:17 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-01-01 20:47:17 -0700 |
| commit | 4c5a5cc0eb92319719773e382fb43d5cb4098b13 (patch) | |
| tree | 4ad36814f75397af0515449a0753395f0dee5eb0 /plug/src/Config.hs | |
| parent | cb657fa9fc8124bdab42eb148e9b4a8ac69fc05e (diff) | |
| download | montis-main.tar.gz montis-main.tar.bz2 montis-main.zip | |
Diffstat (limited to 'plug/src/Config.hs')
| -rw-r--r-- | plug/src/Config.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plug/src/Config.hs b/plug/src/Config.hs index 0c067c4..153c483 100644 --- a/plug/src/Config.hs +++ b/plug/src/Config.hs @@ -85,4 +85,3 @@ instance InputProxy SetXtra where return $ InputKeyEvent ke {KeyEvent.modifiers = modifiers .|. modifierToMask (ModX 5)} (InputButtonEvent be@(ButtonEvent {ButtonEvent.modifiers = modifiers})) -> return $ InputButtonEvent be {ButtonEvent.modifiers = modifiers .|. modifierToMask (ModX 5)} - _ -> return ie |