Irrer Polterer
Irrer Polterer
Still experiencing the issue in Slack. Mouse-Back and Mouse-Forward each register twice (on button press and release)
K9S does provide a [configuration option](https://k9scli.io/topics/config/) to disable icons/emoji. To disable icons in K9S, set `k9s.ui.noIcons` to `true`: ```yaml # ~/.config/k9s/config.yaml k9s: ui: noIcons: true #... # ... ``` EDIT...
Based on @zeykafx' comment above, I came up with this workaround that does what I want: ``` XDG_CURRENT_DESKTOP=Sway \ flameshot gui --raw > /tmp/screenshot.png && \ wl-copy < /tmp/screenshot.png &&...
Similar problem here, using 150% scaling on Hyprland
I'm running into the same issue on my Tuxedo Infinnitybook Pro 14. The display's native (preferred) resolution is `2880x1800` at 90Hz. However, I want it to render at `1920x1200`, in...
Is there any progress towards fixinv the vulnerable dependencies? Trying to install yo at the moment fires a ton of vulnerability warnings. In this state yo is unusable for our...
Thanks for the reply, this is certainly helpful! However, excaping curly brackets doesn't seem to work properly. This works, as described in the handlebar docs: `\{{escaped}}` renders `{{escaped}}` But this...
I second @mbenford's note about a configuration option. Would love to set a max width for certain programs, when they are the only ones on screen. Only tile them when...