diff options
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/copyhist | 2 |
1 files changed, 1 insertions, 1 deletions
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" |