mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
X.L.MouseResizableTile: change description for mirrored variant
The description for mirrored MouseResizableTile is now "Mirror MouseResizableTile", to follow the standard of other layouts that can be mirrored using the Mirror modifier.
This commit is contained in:
parent
1d6a171dd2
commit
5c2aa04175
@ -144,7 +144,8 @@ instance LayoutClass MouseResizableTile a where
|
||||
where releaseResources = mapM_ deleteDragger $ draggers state
|
||||
handleMessage _ _ = return Nothing
|
||||
|
||||
description _ = "MouseResizableTile"
|
||||
description state = mirror "MouseResizableTile"
|
||||
where mirror = if isMirrored state then ("Mirror " ++) else id
|
||||
|
||||
adjustForMirror :: Bool -> DraggerWithRect -> DraggerWithRect
|
||||
adjustForMirror False dragger = dragger
|
||||
|
Loading…
x
Reference in New Issue
Block a user