From be69b27d36c3c19c380bfd16aeca7cbc8f4a9c57 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 9 May 2023 00:26:58 +0200 Subject: added height and changed anchor --- bin/guiscripts/copyhist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/guiscripts/copyhist') diff --git a/bin/guiscripts/copyhist b/bin/guiscripts/copyhist index f6a177a..19dfb59 100755 --- a/bin/guiscripts/copyhist +++ b/bin/guiscripts/copyhist @@ -2,7 +2,7 @@ if [ "$MENUCMD" = "tofi" ] then - menucmd="tofi --width 30% --height 20% --padding-left 2% --matching-algorithm normal" + menucmd="tofi --width 30% --height 50% --anchor bottom-right --matching-algorithm normal" elif [ "$MENUCMD" = "dmenu" ] then menucmd="dmenu -l 10 -g 1 -x -i" -- cgit v1.2.3