diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/window-properties.sh | 2 |
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+"$@"} |