Ron Waldon-Howe

Results 107 comments of Ron Waldon-Howe

Howdie folks, I thought I'd give this a try, but I'm a bit stuck ``` ❯ nvim --version NVIM v0.7.0 ``` I've inserted the following right next where I've but...

@ZenLian ah, yes, you're absolutely right, haha, thanks!

Oops, see also: - https://man.archlinux.org/man/wl-clipboard.1 - https://man.archlinux.org/man/wofi.1

I've started using `:tooltip` , but I'm unsure how to style this with GTK CSS ... Mine show up as white text with no background colour, which is fine expect...

Oh, this is promising... This setup has tooltips with no background: ```css * { all: unset; } .bar { background-color: #000000; } ``` This setup has tooltips with a black...

My current workaround is the parameterise the machine-specific parts, and use the `:visible` property with an expression: https://gitlab.com/jokeyrhyme/dotfiles/-/blob/main/config/eww/eww.yuck e.g. ``` (defwidget battery [id] (box :class "battery" :orientation "h" :space-evenly false...

The current behaviour of sunrise -> 100% brightness can be quite harsh to wake up to I'm using automations to turn off sleep mode at sunrise, in combination with `sunrise_offset`...

If the request for the manifest responds with a 404, then the browser will disable AppCache behaviour. So, what you may be able to do is temporarily hide or remove...

Anyone who is security-conscious should avoid VTE-based terminals: http://www.climagic.com/bugreports/libvte-scrollback-written-to-disk.html So on that score alone, Final Term looks like it way ahead of Pantheon Terminal.

Would be neat to have an example of using Go 1.16's `embed` feature so the `barista` executable doesn't need runtime access to the font repository: https://golang.org/pkg/embed/