diff --git a/doc/example.xresources b/doc/example.xresources new file mode 100644 index 00000000..4d6d2a5a --- /dev/null +++ b/doc/example.xresources @@ -0,0 +1,26 @@ +rofi.opacity: 85 +rofi.width: 300 +rofi.lines: 40 +rofi.columns: 1 +rofi.font: Terminus bold 10 +rofi.bw: 2 +rofi.padding: 2 +rofi.yoffset: 0 +rofi.xoffset: -2 +rofi.fixed-num-lines: true +rofi.hmode: false +rofi.terminal: x-terminal-emulator +rofi.ssh-set-title: true +rofi.key: F12 +rofi.rkey: mod1+F2 +rofi.skey: mod1+F3 +rofi.location: 8 + +rofi.fg: #AAAAAA +rofi.bg: #000000 +rofi.hlfg: #000000 +rofi.hlbg: #AAAAAA +rofi.bc: #CCCCCC +rofi.disable-history: false +rofi.levenshtein-sort: true +rofi.switchers: window,run,ssh,Workspace:i3_switch_workspace_script.sh,Domotica:domo_rofi_script.sh diff --git a/test/run_dmenu_custom_test.sh b/test/run_dmenu_custom_test.sh index f45f8fc3..95f7710d 100755 --- a/test/run_dmenu_custom_test.sh +++ b/test/run_dmenu_custom_test.sh @@ -6,6 +6,7 @@ XPID=$! # wait till it is up, run rofi with error message sleep 1; +xrdb -display :202 -load doc/example.xresources echo -e -n "aap\nnoot\nmies" | ./rofi -width -30 -dmenu -display :202 > output.txt & RPID=$!