tmarkov

Results 15 issues of tmarkov

This is a problem that wasn't happening... until it suddenly started happening though no config changes on my side. But twice today few hours (out of 5-6 suspends), I didn't...

I tried qzed's 5.2.16 today and it's causing GPU hand on wakeup from suspend - not every time, but frequently enough that I got it three times today during normal...

i3ipc-python version: 2.2.1 sway: 1.6.1 python: 3.9.6 I run the following code: ``` from i3ipc import Connection, Event i3 = Connection() focused = i3.get_tree().find_focused() print(focused.name) # gives proper name print(focused.floating)...

bug

I use impermanence with the following config: ``` # Impermanence environment.persistence."/persist/system" = { directories = [ "/etc/nixos" # bind mounted from /persist/system/etc/nixos to /etc/nixos "/etc/NetworkManager" "/etc/secureboot" "/var/log" "/var/lib" ]; files...

I'm using `skim` for searching files. Sometimes, I have too long file paths that don't all fit on the screen, and I tried to do `find /` | generate_short_names |...

I've noticed that, sometimes, widgets don't fully load, and only show their contents once I tap on them. The content is there even before the tap, just invisible. For example,...

help wanted

After update yesterday I get an error message "Failed attempt to launch program or document" rstray.ini every time I try to open "more settings". Can you give me a default...

This PR contains 2 things: 1) Bugfix: In onCreated, only set zoom to default if it's 1. 2) Reset zoom to default every time it's changed to 1. - This...

Hi, that's a great extension, works much more smoothly than the other zoom ones. I'm using Firefox extended support release 60.0.8 on Debian (I don't think this should matter for...

Because onCreated listener always sets zoom to default, the extension fails to respect zoom settings for the home page. Hence issue #5 . Here I change it to use the...