Commit graph

226 commits

Author SHA1 Message Date
Jacob d892f8a986 Add a lot more FIFO funcs 2023-08-09 21:23:21 +02:00
Jacob a3a860fe26 Add togglepretext func 2023-08-09 20:49:23 +02:00
Jacob 3be3e38be6 Add a lot more FIFO options 2023-08-09 20:33:17 +02:00
Jacob d3798b90ff Add toggleimgtype 2023-08-09 05:48:32 +02:00
Jacob 62038cbb3d Add FIFO documentation, add more funcs 2023-08-08 22:32:24 +02:00
Jacob 1dbbced25c Add configurable fifo option to config 2023-08-08 21:01:25 +02:00
Jacob eef42559fe Update test docs 2023-08-08 19:46:34 +02:00
Jacob 9faf8c64bd Improve documentation for .Xresources 2023-08-08 19:42:20 +02:00
Jacob b221e94015 Add input width float, allowing input width to be customized in the
config file
2023-08-08 17:27:04 +02:00
Jacob 40935e7591 Change indentation in config file, change font size 2023-08-07 19:29:36 +02:00
Jacob eb8295e7ae Fix Swedish translation always being used 2023-08-06 02:25:04 +02:00
Jacob f6e34668cf Remove globalcolors, it's not necessary now that we only have global
colors. Compatibility option is still available which will enable or
disable xrdb entirely.
2023-07-29 18:44:17 +02:00
Jacob 73d1cf785b Don't indent too far 2023-07-29 17:35:51 +02:00
Jacob 5accbaff78 Update the comment at the top 2023-07-29 17:34:05 +02:00
Jacob 185c95a526 Replace Vim like binds with normal dmenu like binds by default. 2023-07-29 04:24:02 +02:00
speedie d3983d46d9 Add right click to mark mouse click 2023-07-25 20:31:14 +02:00
speedie 0ec1c73053 Improve selecthover() function, add markhover() function 2023-07-25 00:19:58 +02:00
speedie da05068117 Add -itt/-itb option for positioning items above/below prompt 2023-07-25 00:11:17 +02:00
speedie 3f5c0b657b Add -pt argument for setting pretext 2023-07-24 16:38:41 +02:00
speedie 7d1b58f431 Add support for pretext
This commit adds support for text that can be displayed when there's no
input text (tx.text)
2023-07-24 15:18:03 +02:00
Jacob ed6b1ff309 Add togglefuzzy function 2023-07-22 19:13:02 +02:00
Jacob 79967d9ad4 Last commit for binds.conf too 2023-07-22 18:32:57 +02:00
Jacob c9292de59d Add scrolldistance option, allowing scroll distance to be configured in
the config file
2023-07-22 18:30:27 +02:00
speedie 10ed06bac8 Better document SGR sequences 2023-07-22 05:17:28 +02:00
Jacob 1d94af0b89 Forgot to edit the default configuration file 2023-07-19 17:57:15 +02:00
Jacob 4e716ee80c Remove ClickSelItem
This commit removes ClickSelItem. It doesn't make very much sense to
keep a separate click for the click and output functionality.
2023-07-19 17:50:50 +02:00
Jacob 9daedf9554 Change normselitemfg 2023-07-19 01:02:49 +02:00
speedie 0988babd15 Add setlineheight function 2023-07-16 18:59:08 +02:00
speedie 21f9aa09e5 Add documentation for functions 2023-07-16 18:44:35 +02:00
Jacob 8029b42870 More docs changes 2023-07-15 17:26:21 +02:00
Jacob 106afb674e Improve documentation for mouse and key binds 2023-07-15 17:18:20 +02:00
Jacob d18fd28fa0 Scroll up/down to move to the next/previous page 2023-07-15 15:55:15 +02:00
Jacob ebf28bc7df Add Swedish translations to .desktop entries, add support for non
English languages in spmenu_run .desktop entry caching
2023-07-14 14:43:23 +02:00
speedie cb6b01950d Clean up more pre 2.0 misinformation 2023-07-14 02:07:59 +02:00
speedie 1c6aecfbb0 Replace outdated information 2023-07-14 02:00:28 +02:00
speedie 597bcb541b Fix typos, change argument 2023-07-14 01:54:48 +02:00
speedie fe49f1ff7c Change default alpha value to 222 2023-07-14 01:41:09 +02:00
speedie 70f1970684 Remove pango_highlight, it's useless. 2023-07-14 01:39:00 +02:00
speedie eb053eae23 Remove and change some keybinds related to image size and gaps 2023-07-14 01:30:28 +02:00
speedie b92233e536 Better documentation 2023-07-11 18:26:32 +02:00
Jacob d935122998 Remove spmenu: syntax, it's basically useless 2023-07-11 17:01:57 +02:00
Jacob 9d6ae13eae Update docs, remove most .Xresources preferences 2023-07-11 16:53:26 +02:00
speedie 890457729c Make regex matching a separate mode inside insert mode 2023-07-06 22:02:53 +02:00
speedie 4135cbc0f2 Add fuzzy matching using tiny-regex-c 2023-07-05 01:40:35 +02:00
speedie 13b46b03bb Fix typo in the spmenu(1) man page 2023-07-05 00:42:50 +02:00
speedie fbfbc44dec Fix some issues with the image gaps, fix image gaps size, remove some
more keybinds
2023-07-05 00:39:40 +02:00
speedie 7e963db38e Simplify default keybinds 2023-07-05 00:12:11 +02:00
speedie f1b0ecd624 Change worddelimiters 2023-07-03 21:35:21 +02:00
speedie 4ac7119c5b Add WIP icon support to spmenu 2023-07-03 18:48:38 +02:00
Jacob 3f456f3a37 Feature: Add the ability to take "screenshots" of spmenu.
It doesn't actually capture your screen, but rather saves the Cairo
surface to an image. The path to the image and some other options
can also be configured in the config file.

By default, Print Screen can be pressed in Normal mode with no modifier
to take a screenshot. The default location is the user's home directory,
and the file has a date attached to it. Of course, this can be changed
as well.
2023-06-30 02:44:29 +02:00