Jeff Pitman
Jeff Pitman
I recommend making it look like [tty-clock](https://github.com/xorg62/tty-clock) and then put cmatrix behind it.
I took at look at branch, wordcount, and then ultimately arrived at a best practice looking at [vim-airline-clock](https://github.com/enricobacis/vim-airline-clock). I spent several hours trying to use Python multithread, but kept running...
One more note. I will try to add an afk-detect mechanism in this to stop the timer when a user is not using vim .. either in background tmux window...
I found this code in chromium: https://github.com/chromium/chromium/blob/c4d3c31083a2e1481253ff2d24298a1dfe19c754/ui/gtk/select_file_dialog_impl_portal.cc#L232-L247 I am now reading about xdg-desktop-portal: https://github.com/flatpak/xdg-desktop-portal Perhaps I have something misconfigured.
This would be useful when pairing video up with music. Otherwise, you have to come up with some funky --seconds-per-day float to get it to fit right.
Addresses #251
Ah, interesting. I can try to play with this. My hypothesis on why the users are clumping together so much in the center is based on the evolution of the...
Right click rotate works fine. I can left click on file bubbles. However, if I click to pan the thing, it goes ape. X and Y keep incrementing massively and...
OK, I found the reason. Chrome Remote Desktop by default sends absolute mouse position. There is an option to send relative mouse position and it works with Gource. I cannot...
I set `fprintf(stderr, "")` statements next to `SDL_GetRelativeMouseMode()` and observe the following: 1. On left click, it prints `set relative mouse mode to TRUE` to stderr. 2. On release, it...