Scott Leggett

Results 108 comments of Scott Leggett

rxvt-unicode has a "confirm-paste" plugin that performs this very useful function. It isn't bulletproof (as discussed [here](https://lwn.net/Articles/749992/)), but it's saved me a few times. It'll show a prompt in a...

> Pastejacking is not possible with Alacritty if your shell enables bracketed paste mode (as it should). So this feature is simply for convenience, not security. Configuring your local shell...

> No it's not? Nothing prevents you from enabling bracketed paste in **any** shell. TIL. How can it be enabled in e.g. Busybox `sh`?

The other problem with process substitution is that it is not part of POSIX shell, so only works in bash (and possibly zsh etc.).

This third-party bug is [documented in the FAQ](https://github.com/swaywm/sway/wiki#mouse-events-clicking-scrolling-arent-working-on-some-of-my-workspaces). It is [unlikely to be fixed](https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/395#note_555613).

There'a a bug reported in libinput upstream that matches your description: https://gitlab.freedesktop.org/libinput/libinput/-/issues/712 The upstream bug describes the same problem happening in Gnome, so I guess it's unlikely to be a...

I also see `DP-n` output numbers incremented on plug/unplug. However you can fix this behaviour using [kanshi](https://sr.ht/~emersion/kanshi/) and output descriptions instead of names. e.g. my `~/.config/kanshi/config` looks similar to this:...

`yamllint` might be another option whic can flag this kind of error and is quite easy to add to your CI pipeline.

`ct` by default looks for a `charts/` subdirectory containing all your charts. try running it from the `helm-charts/` directory.