mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 12:41:53 -07:00
xKillClient -> killClient
This commit is contained in:
2
Main.hs
2
Main.hs
@@ -176,5 +176,5 @@ kill = do
|
|||||||
(w:_) -> do
|
(w:_) -> do
|
||||||
-- if(isprotodel(sel))
|
-- if(isprotodel(sel))
|
||||||
-- sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]);
|
-- sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]);
|
||||||
io $ xKillClient dpy w -- ignoring result
|
io $ killClient dpy w -- ignoring result
|
||||||
return ()
|
return ()
|
||||||
|
Reference in New Issue
Block a user