madprops

Results 83 comments of madprops

```python while True: # clipnotify exits on a copy event original = os.popen("xclip -o -sel clip").read() os.popen("clipnotify").read() content = os.popen("xclip -o -sel clip").read() # Ignore alt clipboard event if content...

>As workaround, change settings in CopyQ to store and display only plain text. This helped. I also increased font size to 14 and max number of lines to 4.

Maybe just making the avatar sticky could be enough, it can always be hovered to check username.

This only happens in Chrome, not in Firefox

Weird, this time restarting btop didn't fix the transfer issue, it still looks like disconnected. (0 Bytes/s)

I'm not sure if related. But I'm trying to figure out why the Dolphin's (file manager) integrated terminal (which I think is Konsole underneath) doesn't seem to load a full...

Doing some checks, added some console logs in the source: ![Code_2019-03-17_19-57-33](https://user-images.githubusercontent.com/206498/54502203-f6b53d80-48ee-11e9-8ef3-816174355e20.jpg) It outputs: ![chrome_2019-03-17_19-56-49](https://user-images.githubusercontent.com/206498/54502206-fae15b00-48ee-11e9-8443-087cc3850b92.jpg)

You're right, it's working now! Thought having the --expand var in the CSS file declarations ![chrome_2019-03-17_20-17-27](https://user-images.githubusercontent.com/206498/54502744-daff6680-48f1-11e9-85fd-97776423319d.jpg) Thank you :) A bit confused about what the value (like HEYYY, or InputExpand...

Btw I had to change the tag.style.height change from "inherit" to "auto" so it respected my 1 row setup. Seems to work nicely. ``` computedVariables ( '--expand', (value, event, tag)...