mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
comment only
This commit is contained in:
parent
c8b6388fb8
commit
854d3239cc
4
Main.hs
4
Main.hs
@ -181,11 +181,11 @@ handle e@(MappingNotifyEvent {ev_window = w}) = do
|
|||||||
-- click on an unfocused window, makes it focused on this workspace
|
-- click on an unfocused window, makes it focused on this workspace
|
||||||
handle e@(ButtonEvent {ev_window = w,ev_event_type = t,ev_button = b })
|
handle e@(ButtonEvent {ev_window = w,ev_event_type = t,ev_button = b })
|
||||||
| t == buttonPress = do
|
| t == buttonPress = do
|
||||||
|
-- If it's the root window, then it's something we
|
||||||
|
-- grabbed in grabButtons. Otherwise, it's click-to-focus.
|
||||||
isr <- isRoot w
|
isr <- isRoot w
|
||||||
if isr then whenJust (M.lookup (cleanMask (ev_state e), b) mouseBindings) ($ ev_subwindow e)
|
if isr then whenJust (M.lookup (cleanMask (ev_state e), b) mouseBindings) ($ ev_subwindow e)
|
||||||
else focus w
|
else focus w
|
||||||
-- If it's the root window, then it's something we
|
|
||||||
-- grabbed in grabButtons. Otherwise, it's click-to-focus.
|
|
||||||
sendMessage e -- Always send button events.
|
sendMessage e -- Always send button events.
|
||||||
|
|
||||||
-- entered a normal window, makes this focused.
|
-- entered a normal window, makes this focused.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user