Guillaume Gelin
Guillaume Gelin
@lovewhll, there you go: ``` nginx # Force HTTPS server { listen 80; server_name yourdomain.com; rewrite ^ https://$server_name$request_uri? permanent; } # SSL termination server { listen 443 ssl; server_name yourdomain.com;...
Or you could use `widget.TaskList`. :point_up:
Awesome! I think it wouldn't hurt to get that into the codebase and then open another issue for the anti-aliasing, what do you think?
FWIW, it seems that picom can round the windows too, and that it works quite well with Qtile: https://www.reddit.com/r/UsabilityPorn/comments/k8s8ph/qtile_i_showed_off_my_bspwm_rice_earlier_so_heres/ Do you see any advantage of implementing this feature here rather...
Are you sure? The borders aren't cut in the screenshot of the Reddit post I mentioned, and picom doesn't seem to do borders, nor that fork.
That being said IIRC other WM also do the actual resize and have much less lag. Could we optimize without losing the content, for example by drawing the window only...
Oof, well, from my experience of open-source software, you'd rather want to merge the two implementations here and have two maintainers on the same repository rather than maintaining a fork...
A [previous link](https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html) mentions: > We can accept small changes (roughly, fewer than 15 lines) without an assignment. This is a cumulative limit (e.g., three separate 5 line patches) over...
(this was breaking my editor, so probably others too)
PR welcome!