Jonas Falck

Results 67 comments of Jonas Falck

Retry does not work. `A Cmd cannot be reused after calling its Run, Output or CombinedOutput methods.` Will have to refactor that.

Can confirm the retry stuff works now like a charm. ``` Dec 04 21:42:44 work sh[1979081]: grobi: 21:42:44.049230 new rule found: Dockhome Dec 04 21:42:44 work sh[1979081]: grobi: 21:42:44.049239 enable...

@fd0 rebased on master!

Hmm `Error: exported func BuildCommandOutputRow returns unexported type github.com/fd0/grobi.commands, which can be annoying to use (golint)` I personally dont think thats a problem. But to satisfy the linter i could...

Solution 2 does not work well. xrander events from that command triggers endless loop in some situations.

Implemented solution 1 and fixed some other issues as well. Expect PR :)

I have not restarted X11. I have restarted i3 with `bindsym $mod+Shift+r restart` to load new config. But now i tried that a few times and the error did not...

Yeah it works for me during restart of i3. So *something else* is causing this bug.

``` $ cat clipcatctl.toml server_host = '127.0.0.1' server_port = 45045 log_level = 'INFO' jonaz@work ~/.config/clipcat $ cat clipcat-menu.toml server_host = '127.0.0.1' server_port = 45045 finder = 'rofi' [rofi] line_length =...

> I presume you can change `log_level = 'INFO'` to `log_level = 'DEBUG'` to increase verbosity. > > Again, have you tried to remove all cache files at `/home/jonaz/.cache/clipcat/clipcatd` Yes....