diff options
author | zachir <zachir@librem.one> | 2023-08-10 21:36:05 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 09:20:58 -0500 |
commit | d0bf30e1a6e9d7a79bb367d6ce349f67ec2ea3ab (patch) | |
tree | 0a25dcb0940a11d8f83bedea1bbd9fb2c1e4273e /tofi/dmenu_vertical | |
parent | 2ad198b2ef6f6036da279292126b4d479c9d3bc9 (diff) |
Add dmenu_vertical
Diffstat (limited to 'tofi/dmenu_vertical')
-rw-r--r-- | tofi/dmenu_vertical | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tofi/dmenu_vertical b/tofi/dmenu_vertical new file mode 100644 index 0000000..7b8703f --- /dev/null +++ b/tofi/dmenu_vertical @@ -0,0 +1,27 @@ +include = "colors" + +hidden-character = "*" +anchor = top +width = 100% +height = 600 +horizontal = false +font-size = 24 +prompt-text = "" +font = mononoki Nerd Font Mono +outline-width = 0 +border-width = 0 +min-input-width = 424 +result-spacing = 0, 12 +selection-background-padding = 0, 12 +padding-top = 0 +padding-bottom = 0 +padding-left = 12 +padding-right = 12 +margin-top = 0 +margin-bottom = 0 +margin-left = 12 +margin-right = 12 +clip-to-padding=true +history = false +require-match=false +num-results = true |