D. Debnath

Results 8 issues of D. Debnath

The current search button on top left is very hard to reach with right-handed use. I noticed the app doesn't implement a floating button. Please consider moving the search button...

Give a toggle to make the window title applet a clickable button which will open a combination of the Alt+F3 menu and the menu which opens when right clicked on...

Currently if I'm reading a HN thread on https://hn.jeffjadulco.com, and I want to quickly share a particular comment, I've to first open the thread in https://news.ycombinator.com and then find the...

enhancement

Please port this widget to KDE Framework 6. The guidelines are [here](https://develop.kde.org/docs/plasma/widget/porting_kf6/).

Font weight of 200 makes it hard to read. Default font weight makes it easier to read.

needs review

From `crypttab`'s [manpage](https://man7.org/linux/man-pages/man5/crypttab.5.html): ``` Each line is in the form volume-name encrypted-device key-file options ... 3. The third field specifies an absolute path to a file with the encryption key....

enhancement

If `fzf`'s [key-bindings.fish](https://github.com/junegunn/fzf/blob/master/shell/key-bindings.fish) is enabled [as described](https://wiki.archlinux.org/title/Fzf#fish) in the Arch Wiki, and `mcfly-fzf` is also enabled, `mcfly-fzf` is not overriding `fzf`'s Ctrl+R binding. Here are the relevant config files: `~/.config/fish/config.fish`:...

Please make use of the `__fzfcmd` function as used in [junegunn/fzf/shell/key-bindings.fish](https://github.com/junegunn/fzf/blob/7a72f1a2531d728d14faf5f61909f9ffa63c8dd3/shell/key-bindings.fish#L104-L114) ```fish function __fzfcmd test -n "$FZF_TMUX"; or set FZF_TMUX 0 test -n "$FZF_TMUX_HEIGHT"; or set FZF_TMUX_HEIGHT 40% if [...