From cd7024ff251ac85cede0c76731bb58af516be6f8 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Tue, 7 Nov 2017 23:57:18 +0400 Subject: [PATCH] rofi change theme --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index 0744511..265d584 100755 --- a/snippy +++ b/snippy @@ -42,7 +42,7 @@ DIR=${HOME}/.snippy MENU_ENGINE="rofi" -DMENU_ARGS='-dmenu -i -sort' +DMENU_ARGS='-dmenu -i -sort -lines 25' # 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"