Matthias Braun
Matthias Braun
I know the following is not what OP asked but it fits the question title: When in visual mode (block or line), is there a way to change the surrounding...
Would this also allow to resize tofi's font while it's displaying?
I can reproduce it this way: 1. Start recording with `wf-recorder --file=$HOME/recording_$(date "+%F_%H-%M-%S").mp4` 2. Attach another screen (I just plugged in the VGA cable) Here's the terminal content (I did...
Using Vimium 2.1.2 on Firefox and Display #Anchors 1.4resigned1, this issue seems gone now for me. Thanks for fixing!
I encountered a similar error on Arch Linux when running `inputmodule-control --serial-dev /dev/ttyACM0 led-matrix --all-brightnesses`. Here's what I did: 1. Install [`inputmodule-control` from AUR](https://aur.archlinux.org/packages/inputmodule-control) 2. `sudo udevadm control --reload &&...
Similar or identical to what @Eddio0141 reports, I get this when running `inputmodule-control --serial-dev /dev/ttyACM0 led-matrix --version` for the *first* time: thread 'main' panicked at inputmodule-control/src/inputmodule.rs:352:10: Found no data!: Custom...
For drawing black and white, I think it's helpful to imagine the LED matrix as a list of 306 pixels that are turned on or off with a list of...
Thanks for the pointer! I'm working on a prototype script that sets the LEDs to a brightness value defined in a matrix provided as a string on the commandline. I'll...
[Here's](https://github.com/mb720/framework_led_module) the repo with the experimental code. You can specify a brightness matrix on the command line, for example: ./led_prototype.py --device /dev/ttyACM0 --brightness-matrix '[0,1,2,3,4,5,6,7,8],[9,10,11,12,13,14,15,16,17],[18,19,20,21,22,23,24,25,26],[27,28,29,30,31,32,33,34,35],[36,37,38,39,40,41,42,43,44],[45,46,47,48,49,50,51,52,53],[54,55,56,57,58,59,60,61,62],[63,64,65,66,67,68,69,70,71],[72,73,74,75,76,77,78,79,80],[81,82,83,84,85,86,87,88,89],[90,91,92,93,94,95,96,97,98],[99,100,101,102,103,104,105,106,107],[108,109,110,111,112,113,114,115,116],[117,118,119,120,121,122,123,124,125],[126,127,128,129,130,131,132,133,134],[135,136,137,138,139,140,141,142,143],[144,145,146,147,148,149,150,151,152],[153,154,155,156,157,158,159,160,161],[162,163,164,165,166,167,168,169,170],[171,172,173,174,175,176,177,178,179],[180,181,182,183,184,185,186,187,188],[189,190,191,192,193,194,195,196,197],[198,199,200,201,202,203,204,205,206],[207,208,209,210,211,212,213,214,215],[216,217,218,219,220,221,222,223,224],[225,226,227,228,229,230,231,232,233],[234,235,236,237,238,239,240,241,242],[243,244,245,246,247,248,249,250,251],[252,253,254,255,0,1,2,3,4],[5,6,7,8,9,10,11,12,13],[14,15,16,17,18,19,20,21,22],[23,24,25,26,27,28,29,30,31],[32,33,34,35,36,37,38,39,40],[41,42,43,44,45,46,47,48,49]' The value of `--brightness-matrix` specifies the...
For me, using ikhal 0.11.3 inside kitty, this also happens when moving the cursor inside the date field: