diff options
author | Don Stewart <dons@galois.com> | 2007-10-27 18:30:31 +0200 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-10-27 18:30:31 +0200 |
commit | 594de2f9698e89eaabfcdbad234471a230a9ba7e (patch) | |
tree | 77fff1da464bb8dd09cdec966c625f52b84c9545 | |
parent | ba692a8ac135551c4d962de295b1e4e3eb61e971 (diff) | |
download | metatile-594de2f9698e89eaabfcdbad234471a230a9ba7e.tar metatile-594de2f9698e89eaabfcdbad234471a230a9ba7e.zip |
add text on using xprop to find client names
darcs-hash:20071027163031-cba2c-c94cf96c15d5f280811baaff0d10dd6f3e84e720
-rw-r--r-- | Config.hs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 -- 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 -> String -- ^ window title -> String -- ^ window resource name |