From 6279234f22771288869473d3b22ce817df45e321 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Thu, 21 Jun 2018 10:01:00 +0400 Subject: [PATCH] Snippy: don't force the number odf line to display. --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index c414661..e33f2b0 100755 --- a/snippy +++ b/snippy @@ -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"