From c2105430a0281df05ad76beab8733711d499706a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 17 Jan 2016 13:47:25 +0100 Subject: [PATCH] Update Tests --- doc/test_xr.txt | 12 ++++++++++++ test/xr_dump_test.sh | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/test_xr.txt b/doc/test_xr.txt index d73e82cb..94a4963a 100644 --- a/doc/test_xr.txt +++ b/doc/test_xr.txt @@ -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) diff --git a/test/xr_dump_test.sh b/test/xr_dump_test.sh index b3d4f067..29be1a57 100755 --- a/test/xr_dump_test.sh +++ b/test/xr_dump_test.sh @@ -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