Sebastian Ramacher

Results 384 comments of Sebastian Ramacher

*On GitLab by @appeasementPolitik on Aug 11, 2022, 15:50* --- Not sure if related but `map focus_inputbar "hello"` prints `hello` correctly in the input bar while `map focus_inputbar "hello"` prints...

*On GitLab by @kuchteq on Nov 7, 2023, 24:38* --- Have the same issue. I checked it out and it seems that sc_exec receives some wrong pointer and starts reading...

Make sure to build with the same prefix or specify the plugin dir when running zathura (e.g., `zathura -p /usr/lib/zathura`).

*On GitLab by @jcguu95 on Sep 1, 2020, 01:33* --- Ok, I solved the compilation problem. Now for the code, a new method `ScrollDown` is what I aim for: ```...

You can access the girara session via `zathura->ui.session`. `argument` needs to be populated depending on how you want to scroll. See `sc_scroll` for possible cases (and also check `config.c`). `event`...

*On GitLab by @jcguu95 on Sep 1, 2020, 13:49* --- Yay.. after 6 hours I finally got it working. Here's the code ``` static void handle_scroll(zathura_t* zathura, GVariant* parameters, GDBusMethodInvocation*...

Yes, I think this would be useful in general. But it'd be interesting to handle more than just scroll.

*On GitLab by @jcguu95 on Sep 4, 2020, 24:14* --- I think so! Do you have some interesting methods in mind? I'm thinking of 1. Jump to a specific location....

Are you still interested in turning this into a MR?

*On GitLab by @rmorales on Sep 21, 2023, 20:46* --- @jcguu95 @sebastinas In merge request !84, I've introduced a Dbus handler that can call any shortcut function. I believe this...