kitt
kitt
I can tell compton to cease and desist with `compton --shadow-exclude 'bounding_shaped' `, but I saw a comment in the source which mentioned disabling shadows. Unfortunately, it doesn't seem to...
## Bug report ### Describe the bug The setting `replaygain_missing_preamp` [is limited to -15 to 15](https://github.com/MusicPlayerDaemon/MPD/blob/abbd980671944bc2d7a043a8481f4168ce878ae7/src/ReplayGainGlobal.cxx#L40), which isn't really large enough. Some songs in my library which lack replaygain tags...
This option causes wl-paste to emit a null character when the clipboard is clear (or cleared, in the case of `--watch`). This would allow a clipboard manager running as the...
The `input-devnull` and `input-self` tests are failing for me on alacritty ```sh COLORTERM=truecolor CSF_LANGUAGE=us LANG=en_US.UTF-8 LESS_TERMCAP_mb=$'\C-[[01;31m' LESS_TERMCAP_md=$'\C-[[01;31m' LESS_TERMCAP_me=$'\C-[[0m' LESS_TERMCAP_se=$'\C-[[0m' LESS_TERMCAP_so=$'\C-[[01;44;33m' LESS_TERMCAP_ue=$'\C-[[0m' LESS_TERMCAP_us=$'\C-[[01;32m' TERM=xterm-256color ``` * notcurses version f2935a23aa (when the...
This can be really useful when there are many source/sink inputs and it would take many j taps to tap through them all, especially if in a hurry to mute...
`wmctrl` only reads `_NET_WM_NAME`, however some applications (e.g. steam) do not set it and only set `WM_NAME`. When `_NET_WM_NAME` is missing, `wmctrl` gives the name as `N/A`; in such a...
wmctrl only reads `_NET_WM_NAME`, but some non-conforming applications only set `WM_NAME` (steam). xdotool reads both; would it be possible to try and get the name via xdotool if wmctrl returns...
Implementation for https://github.com/toshimaru/jekyll-toc/issues/43 This change adds a setting for a liquid template to be used for anchor injection: ```yml toc: injection_template: 'path/to/template.html' ``` The template is supplied with the original...
> Thanks for reporting issues back to Nextcloud! > Please report all not theming related issues at the moment to https://github.com/owncloud/client I'm aware this may not be considered a theming...
Even if image is not in RGB or RGBA format, it could still contain transparency information. I used the "transparency" key in the image info dict, see documentation here: https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html...