mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 16:51:56 -07:00
add text on using xprop to find client names
This commit is contained in:
parent
ddd1fa9cae
commit
cadf81976f
@ -100,6 +100,10 @@ defaultGaps = [(0,0,0,0)] -- 15 for default dzen font
|
|||||||
-- particular program, or have a client always appear on a particular
|
-- particular program, or have a client always appear on a particular
|
||||||
-- workspace.
|
-- workspace.
|
||||||
--
|
--
|
||||||
|
-- To find the property name associated with a program, use
|
||||||
|
-- xprop | grep WM_CLASS
|
||||||
|
-- and click on the client you're interested in.
|
||||||
|
--
|
||||||
manageHook :: Window -- ^ the new window to manage
|
manageHook :: Window -- ^ the new window to manage
|
||||||
-> String -- ^ window title
|
-> String -- ^ window title
|
||||||
-> String -- ^ window resource name
|
-> String -- ^ window resource name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user