mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Update Tests
This commit is contained in:
parent
64cfdf3f0d
commit
c2105430a0
2 changed files with 13 additions and 1 deletions
|
@ -232,3 +232,15 @@ rofi.kb-toggle-sort: Alt+grave
|
||||||
rofi.key-combi: Alt-F3
|
rofi.key-combi: Alt-F3
|
||||||
! Keybinding
|
! Keybinding
|
||||||
rofi.key-drun:
|
rofi.key-drun:
|
||||||
|
! The display name of this browser
|
||||||
|
rofi.display-ssh:
|
||||||
|
! The display name of this browser
|
||||||
|
rofi.display-run:
|
||||||
|
! The display name of this browser
|
||||||
|
rofi.display-drun:
|
||||||
|
! The display name of this browser
|
||||||
|
rofi.display-window:
|
||||||
|
! The display name of this browser
|
||||||
|
rofi.display-windowcd: (windowcd)
|
||||||
|
! The display name of this browser
|
||||||
|
rofi.display-combi: (combi)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
TOP_DIR=$1
|
TOP_DIR=$1
|
||||||
|
|
||||||
xrdb -retain -load ${TOP_DIR}/doc/test_xr.txt
|
xrdb -retain -load ${TOP_DIR}/doc/test_xr.txt
|
||||||
rofi -dump-xresources > temp.txt
|
rofi -config ${TOP_DIR}/doc/test_xr.txt -dump-xresources > temp.txt
|
||||||
|
|
||||||
if ! diff temp.txt ${TOP_DIR}/doc/test_xr.txt > /dev/null
|
if ! diff temp.txt ${TOP_DIR}/doc/test_xr.txt > /dev/null
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue