diff options
author | zachir <zachir@librem.one> | 2023-08-10 21:36:05 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-10 21:36:05 -0500 |
commit | b50ec06ccf8e0a304f381b36e76a2cd742b0aee5 (patch) | |
tree | b2b95d138b498022e63e87d572167bb81213907c /tofi | |
parent | cc45305de75917a8c1082c41373ea94b6f0698dd (diff) |
Add dmenu_vertical
Diffstat (limited to 'tofi')
-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 |