mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Typo in window-properties.sh
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.
This commit is contained in:
parent
85d6b79ab9
commit
08c4c09fc5
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
exec xprop -notype \
|
exec xprop -notype \
|
||||||
-f WM_NAME 8s ':\n title =\? $0\n' \
|
-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' \
|
-f WM_WINDOW_ROLE 8s ':\n stringProperty "WM_WINDOW_ROLE" =\? $0\n' \
|
||||||
WM_NAME WM_CLASS WM_WINDOW_ROLE \
|
WM_NAME WM_CLASS WM_WINDOW_ROLE \
|
||||||
${1+"$@"}
|
${1+"$@"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user