mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -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
|
||||
! Keybinding
|
||||
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
|
||||
|
||||
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
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue