mirror of
https://github.com/lbonn/rofi
synced 2025-02-17 05:18:31 +00:00
Update test (do xresources?)
This commit is contained in:
parent
11d4ec144a
commit
91ccb54199
2 changed files with 27 additions and 0 deletions
26
doc/example.xresources
Normal file
26
doc/example.xresources
Normal file
|
@ -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
|
|
@ -6,6 +6,7 @@ XPID=$!
|
||||||
|
|
||||||
# wait till it is up, run rofi with error message
|
# wait till it is up, run rofi with error message
|
||||||
sleep 1;
|
sleep 1;
|
||||||
|
xrdb -display :202 -load doc/example.xresources
|
||||||
echo -e -n "aap\nnoot\nmies" | ./rofi -width -30 -dmenu -display :202 > output.txt &
|
echo -e -n "aap\nnoot\nmies" | ./rofi -width -30 -dmenu -display :202 > output.txt &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue