Adds missed calls list to phone menu
This commit is contained in:
parent
30d0c1d6ac
commit
b568784db3
3 changed files with 26 additions and 3 deletions
|
@ -9,4 +9,4 @@ lines="$(echo "$input" | wc -l )"
|
|||
|
||||
[ "$lines" -gt 15 ] && lines=15
|
||||
|
||||
echo "$input" | rofi -dmenu -me-accept-entry '!MousePrimary' -theme "themes/touch-dmenu.rasi" -lines "$lines"
|
||||
echo "$input" | rofi -dmenu -me-accept-entry '!MousePrimary' -theme "themes/touch-dmenu.rasi" -lines "$lines" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue