Carl
Carl
@simonsystem I've been able to control my fans reliably by always stepping through level 1 before level 0.  That's 3 hours, controlling the fans with software all the time....
``` /sys/class/power_supply/BAT0/hwmon0/subsystem/hwmon1/pwm1 ``` Setting values there to (255/7)*level doesn't lock up my machine.
https://download.lenovo.com/pccbbs/mobiles/r23uj73wd.html ```- (New) Change to permit fan rotation after fan error happen.```
@simonsystem Yep, it's finally working! The EC fancontrol is also quite decent, so I rewrote my fancontrol script to turn fans off if average temp is below 60 for 30...
@simonsystem It's withdrawn for T14 G3 as well. Meme company. I'm using s2idle, on the AMD system it draws just 30% per 2 days or so so it's good enough...
@epage it's a can of worms, but with tree-sitter you can run language specific parsers on filetypes and see what's actually a comment and what isn't. This could also be...
There's a really cool thing that Zellij could do that'd "remove" the need for running Zellij on the remote machine. The terminal emulator Wezterm supports running SSH through it, and...
@raphCode true, my suggestion complements another issue regarding nested zellij instances.
There isn't a way to not save to file at this moment sadly. I'll implement the requested changes this week. 😄