karthink

Results 35 issues of karthink

Thank you for ytel, this is an excellent piece of piping. Together with RSS feeds of youtube channels I'm subscribed to, I rarely need to visit youtube any more. This...

### Describe the feature request Would you consider adding the ability for the user to customize keybindings in the toml file? ### Additional context/details Bottom is an awesome process monitor,...

feature

when_floating is None by default when set to True, apply lazy call to floating windows only when set to False, apply lazy call to tiled windows only Mention when_floating change...

### The issue: Qtile version: 0.21.0 My qtile bar flickers in vertical mode. This might be related to #3062, but the bar behaves normally in horizontal mode for me. Also...

unconfirmed

I'm having this issue where I specify a window as floating with Match rules, for example: ```python floating_layout = layout.Floating( border_focus="#e1acff", border_width=3, float_rules=[ # Run the utility of `xprop` to...

bug

I'm running Calctex on Emacs 27.1 on Arch Linux. 1. I start calc (`C-x * c`) 2. type in some input (`sin(x)`, shows up in latex display mode as `\sin{x}`)...

All search commands (`counsel-spotify-search-album`, `-track`, `-artist` etc) are failing for me: ``` Contacting host: accounts.spotify.com:443 cl-no-applicable-method: No applicable method: counsel-spotify-do-play, #s(counsel-spotify-linux-backend #s(counsel-spotify-backend-commands "Play" "PlayPause" "Next" "Previous")), nil ``` The next/previous/play...

The Invidious API does not provide descriptions for these videos.

The usage of `switch-to-buffer` in the `multi-vterm` command makes the initial display of vterm ignore the user's `display-buffer-alist` customization. To reproduce this, you can set: ```elisp (setq display-buffer-alist '(("^\\*vterminal.*$" display-buffer-at-bottom)))...