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