aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBrandon S Allbery KF8NH <allbery.b@gmail.com>2011-04-13 07:30:02 +0200
committerBrandon S Allbery KF8NH <allbery.b@gmail.com>2011-04-13 07:30:02 +0200
commite3c007bb14f13f8be84045e013b3e2599e366a77 (patch)
treebbcb0c9ef7a7edea615617e8599be90575ead45d /scripts
parent21773f2888ef818ba6f3cd0b8f150939fdd01965 (diff)
downloadXMonadContrib-e3c007bb14f13f8be84045e013b3e2599e366a77.tar.gz
XMonadContrib-e3c007bb14f13f8be84045e013b3e2599e366a77.tar.xz
XMonadContrib-e3c007bb14f13f8be84045e013b3e2599e366a77.zip
Typo in window-properties.sh
Ignore-this: 4b3d4ef6ba7229f11d93b3cf66055698 Somewhere between my creating the original version of this script and adding it to the tree, a backslash got lost. It appears to have been lost in the version I put on the wiki, so I suspect a copy-paste problem at that point. darcs-hash:20110413053002-8238f-0c368db627e9005032d02ba542461ddd5164d369.gz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/window-properties.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/window-properties.sh b/scripts/window-properties.sh
index 683a6b8..f7dcafc 100755
--- a/scripts/window-properties.sh
+++ b/scripts/window-properties.sh
@@ -9,7 +9,7 @@
exec xprop -notype \
-f WM_NAME 8s ':\n title =\? $0\n' \
- -f WM_CLASS 8s ':\n appName =\? $0\n className =? $1\n' \
+ -f WM_CLASS 8s ':\n appName =\? $0\n className =\? $1\n' \
-f WM_WINDOW_ROLE 8s ':\n stringProperty "WM_WINDOW_ROLE" =\? $0\n' \
WM_NAME WM_CLASS WM_WINDOW_ROLE \
${1+"$@"}