rofi-blocks icon indicating copy to clipboard operation
rofi-blocks copied to clipboard

A Rofi modi that allows controlling rofi content throug communication with an external program

Results 18 rofi-blocks issues
Sort by recently updated
recently updated
newest added

Added the [nonselectable](https://man.archlinux.org/man/community/rofi/rofi-script.5.en#Parsing_row_options) line (row extra option) property because I was missing it and it's easy to implement.

hi thanks for your amazing work. this does not work: ```bash echo '{ "lines": [ "one","two","three" ], "active entry": 2}' ``` but this does ```bash echo '{ "lines": [ "one","two","three"...

blocks.c:224:21: warning: format '%i' expects argument of type 'int', but argument 4 has type 'gint64' {aka 'long int'} [-Wformat=] 224 | g_debug("entry_to_focus %i", entry_to_focus); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ | | |...

check_page_data.c:18:5: error: too few arguments to function 'page_data_add_line' 18 | page_data_add_line(page_data, "aaa", true, true, true); | ^~~~~~~~~~~~~~~~~~ In file included from check_page_data.c:4: ../src/page_data.h:58:6: note: declared here 58 | void page_data_add_line(PageData...

me@macmini:~/Desktop/rofi-blocks-master$ autoreconf -i aclocal: warning: couldn't open directory 'm4': No such file or directory src/Makefile.am:3: error: Libtool library used but 'LIBTOOL' is undefined src/Makefile.am:3: The usual way to define 'LIBTOOL'...

I'm trying to have this package up in the [void-linux/void-packages](https://github.com/void-linux/void-packages), the quality check requirements include to have a build from a static tarball archive and not from tip of the...

Would be great if we could add the `selected_line` index to the response data, as there could be multiple items with the same value in the list. Here's my very...

I have rofi version 1.5.4, and these are the apt packages for json-glib I have installed: libjson-glib-1.0-0 libjson-glib-1.0-common libjson-glib-dev json-glib-tools here are my 'make' errors: ``` pointblank@ao1-macbook:~/Desktop/rofi-blocks-master/build$ make make all-recursive...

Hi, Since rofi-blocks allows you to update list content on the fly, it could be great for making nested menus. One "issue" I have ran into is not being able...