From e3c007bb14f13f8be84045e013b3e2599e366a77 Mon Sep 17 00:00:00 2001 From: Brandon S Allbery KF8NH Date: Wed, 13 Apr 2011 07:30:02 +0200 Subject: 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 --- scripts/window-properties.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+"$@"} -- cgit v1.2.3