crocket

Results 133 comments of crocket

This issue should be prioritized. Unless qutebrowser can be configured to automatically replace www.youtube.com with yewtu.be, qutebrowser is painful on youtube.

My workaround is to make qutebrowser delegate URLs to a URL handler userscript that turns www.youtube.com and youtube.com into yewtu.be I just haven't figured out how to make `:hint` delegate...

https://github.com/dudik/blockit is a webkit extension that supports Brave adblock's cosmetic filter.

As far as I know, ncurses applications can draw 24-bit images directly on graphical terminal emulators. Ncmpcpp seems capable of this.

I found * https://www.reddit.com/r/unixporn/comments/4j562z/make_ncmpcpp_display_album_art/ * https://gist.github.com/vlevit/4588882/ ranger, a console file manager, has image preview as well.

urxvt rendering method is supported only by urxvt. w3mimgdisplay supports urxvt and partially supports `st` and other terminals. w3mimgdisplay leads to flickers in st. Thus, I have to refresh the...

I usually combine ktimer with hamster time tracker and habitica to conduct and record pomodoro sessions. After a pomodoro ends, I stop hamster time tracker activity and check an item...

I figured out that I wanted `gnome-pomodoro --pause` to be executed on completion of pomodoro, short break, and long break. But, when it is paused, it flickers. Flickering is an...

Can you show me how to use `XMonad.Hooks.DynamicProperty.dynamicPropertyChange`? I can't think of a property that changes when XMonad floats a window. > The long term solution will probably be to...

Is it possible to add an option named `floatFixedSizeWindows = True` to `XConfig`? I think it can work without breaking existing configs.