mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
fix float bug in CopyWindow.
This commit is contained in:
@@ -76,4 +76,4 @@ kill1 = do ss <- gets windowset
|
|||||||
whenJust (peek ss) $ \w -> if member w $ delete'' w ss
|
whenJust (peek ss) $ \w -> if member w $ delete'' w ss
|
||||||
then windows $ delete'' w
|
then windows $ delete'' w
|
||||||
else kill
|
else kill
|
||||||
where delete'' w = sink w . modify Nothing (filter (/= w))
|
where delete'' w = modify Nothing (filter (/= w))
|
||||||
|
Reference in New Issue
Block a user