Skip to content

Commit

Permalink
Update test (do xresources?)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Aug 29, 2014
1 parent 11d4ec1 commit 91ccb54
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/example.xresources
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions test/run_dmenu_custom_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$!

Expand Down

0 comments on commit 91ccb54

Please sign in to comment.