slotThe
53b57eba14
Replace liftM
and fmap
with <$>
2019-10-08 10:33:56 +02:00
Peter Jones
025433c658
X.U.WindowProperties: Added the ability to test if a window has a tag from X.A.TagWindows
...
New data constructor `Tagged` that uses `hasTag` from
`X.A.TagWindows`. This is great for building layouts based off of
window tags.
2017-02-15 09:36:35 -07:00
Adam Vogt
9180666302
Implement hasProperty in terms of runQuery in U.WindowProperties
...
This addresses issue 302 for unicode titles by actually using the complicated
XMonad.ManageHook.title code, instead of reimplementing it with stringProperty
(which doesn't appear to handle unicode).
2009-10-31 15:49:45 +00:00
Juraj Hercek
4e3a4a2c8b
Addition of Machine window property.
...
This patch adds WM_CLIENT_MACHINE property to window properties.
I can be used to distinguish windows run from different machines.
2009-07-15 10:50:53 +00:00
Adam Vogt
5cd48cac7c
Remove trailing whitespace from many modules
2009-07-05 20:12:05 +00:00
Roman Cheplyaka
509e345947
X.U.WindowProperties: docs (description and sections)
2009-02-08 23:14:22 +00:00
Ismael Carnales
12939b6c1d
X.U.WindowProperties: Add getProp32 and getProp32s, helpers to get properties from windows
2009-02-05 01:30:31 +00:00
Roman Cheplyaka
fc581c9e4a
X.U.WindowProperties: propertyToQuery+docs
2008-12-25 08:07:02 +00:00
Roman Cheplyaka
d043dfbaf9
WindowProperties: added allWithProperty
2008-11-15 10:45:25 +00:00
Roman Cheplyaka
9e6dca0fa1
XMonad.Util.WindowProperties: add WM_WINDOW_ROLE as Role
2008-04-09 17:49:35 +00:00
redbeard0531
492b1e27c2
focusedHasProperty
2008-03-25 04:04:12 +00:00
Brent Yorgey
1c7e519126
WindowProperties: fix documentation
2008-03-18 20:45:40 +00:00
Roman Cheplyaka
4015eb2c6f
Move window properties to a separate Util module
...
Add XMonad.Util.WindowProperties
Modify XMonad.Layout.IM.hs to use WindowProperties.
2008-03-18 16:56:58 +00:00