Update rofi to full width
This commit is contained in:
parent
0cb0877306
commit
2b079d8512
@ -6,8 +6,8 @@ function fail {
|
|||||||
exit "${2-1}"
|
exit "${2-1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
dmenu="dmenu"
|
dmenu="dmenu -theme-str 'window {width: 100%;}' -i"
|
||||||
citekey=$(pubs list | $dmenu | cut -d ' ' -f 1 | tr -d '[]\n' )
|
citekey=$(pubs list | eval "$dmenu" | cut -d ' ' -f 1 | tr -d '[]\n' )
|
||||||
|
|
||||||
if [ "$citekey" = "" ]; then
|
if [ "$citekey" = "" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user