Joshua Jensch
Joshua Jensch
I'm currently taking a look at the code around quickviews, since I have a similar issue when using [vifmimg](https://github.com/cirala/vifmimg), which does pdf and image previews that can be fairly heavy....
@xaizek I probably would implement it like the following, can you tell me if it doesn't make sense because of something I don't know? I think for graphical viewers, it's...
Regarding configuration, pamix uses [keyname](https://man7.org/linux/man-pages/man3/keyname.3x.html), which supports caret notation. So binding ESC to quit would be `bind ^[ quit`
pavucontrol doesn't show tracknames. maybe we should display the raw sinkinput name, since programs like mpv use that to show the filename
Yeah, that's the name of the Pulseaudio stream, not the track and from the proplist. I remember experimenting around with this stuff and mpv doesn't seem to set the trackname...
@nPHYN1T3 looks like `-DNCURSESW_H_INCLUDE="ncurses.h"` when calling cmake would help you. I'm not in contact with the AUR maintainer, but this almost makes me want to make an official aur package
I think that was Hack
good point, idk anymore about that setup, but I'm also using noto-fonts-emoji, that seems to do the trick
Ok I looked into this, `clear` does **not** call refresh internally. It does however cause a complete repaint the next time `refresh` is called, instead of just computing and applying...
Interesting idea, although I'm not a big fan of adding more hard to read numeric colors into the configuration. Also while we're at it, we might as well toss the...