diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-09 00:26:58 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-09 00:26:58 +0200 |
commit | be69b27d36c3c19c380bfd16aeca7cbc8f4a9c57 (patch) | |
tree | f348badb3c18ff77096e1d81b2e583c02f8c795f /bin/guiscripts | |
parent | cd8c1225892e6855078e25b6a72a33c3c47cb70e (diff) |
added height and changed anchor
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" |