Snippy: don't force the number odf line to display.

This commit is contained in:
BarbUk 2018-06-21 10:01:00 +04:00
parent 9658cc1405
commit 6279234f22

2
snippy
View File

@ -44,7 +44,7 @@
DIR=${HOME}/.snippy
MENU_ENGINE="rofi"
DMENU_ARGS='-dmenu -i -sort -lines 25'
DMENU_ARGS='-dmenu -i -sort'
# if nothing happens, try "xdotool click 2", "xdotool key ctrl+v" or "xdotool key ctrl+shift+v"
GUIPASTE="xdotool key ctrl+v"
CLIPASTE="xdotool key ctrl+shift+v"