mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
6 lines
235 B
Bash
6 lines
235 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
export GOOGLE_ARGS='["--count", 7]'
|
||
|
export ROFI_SEARCH='googler'
|
||
|
rofi -modi blocks -blocks-wrap /usr/bin/rofi-search -show blocks -lines 7 -eh 4 -kb-custom-1 'Control+y' -theme ~/SudacodeRice/rofi/rofidmenu.rasi &
|