mirror of
https://github.com/lbonn/rofi
synced 2024-11-27 06:10:30 +00:00
Fix test?
This commit is contained in:
parent
ba2188d649
commit
d0d1869604
2 changed files with 1 additions and 10 deletions
|
@ -257,12 +257,3 @@ Global options:
|
||||||
-display-combi [string] The display name of this browser
|
-display-combi [string] The display name of this browser
|
||||||
combi (File)
|
combi (File)
|
||||||
|
|
||||||
Monitor layout:
|
|
||||||
ID: 0
|
|
||||||
name: screen
|
|
||||||
position: 0,0
|
|
||||||
size: 1280,1024
|
|
||||||
|
|
||||||
For more information see: man rofi
|
|
||||||
Bugreports: https://github.com/DaveDavenport/rofi/
|
|
||||||
Support: #rofi @ freenode.net
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
TOP_DIR=$1
|
TOP_DIR=$1
|
||||||
|
|
||||||
rofi -h -config ${TOP_DIR}/doc/test_xr.txt | grep -v "Version"> help-output.txt
|
rofi -h -config ${TOP_DIR}/doc/test_xr.txt | awk 'BEGIN{ found=1} /^Monitor/{found=0} {if (found) print }' > help-output.txt
|
||||||
|
|
||||||
if ! diff help-output.txt ${TOP_DIR}/doc/help-output.txt > /dev/null
|
if ! diff help-output.txt ${TOP_DIR}/doc/help-output.txt > /dev/null
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue