Max Baz

Results 78 issues of Max Baz

I have configured fzf completion to be smart when suggesting files and directories, it includes hidden folders, skips ignored files, and many more: ```zsh FZF_COMPLETION_TRIGGER='' # ctrl-t goes to fzf...

enhancement

Currently placeholders like `{bandwidthDownBits}` show the sum across all interfaces, this is a problem if you use a VPN and so all your traffic goes through tunnel interface and then...

bug

## Your Account Type - [x] Wire Personal Account - [ ] [Wire Pro Account](https://wire.com/products/pro-secure-team-collaboration/) - [ ] [Wire Enterprise Account](https://wire.com/products/enterprise-collaboration/) - [ ] [Wire Red Account](https://wire.com/products/red-crisis-communication-software/) ## What steps...

type: bug / fix 🐞
prio: medium
comp: core

This issue is rather difficult to explain, so please bear with me... :slightly_smiling_face: In the simplest form, neither `wl-copy` nor `wl-paste` don't seem to have any size limits. However, when...

Hello! I'm using `--watch` flag to implement a simple clipboard manager, and one vital issue I noticed is that NULL offers are not being sent to my watch script. As...

This is a basic `langmap` from Cyrillic to Latin letters: ``` set nocompatible set langremap set langmap=оj,лk nnoremap j gj nnoremap k gk ``` Pressing `j` or `k` in English...

I've been using `gruvbox` colorscheme for a long time, and one thing that always bothered me is that while the theme is generally dark, the amount of "white" color that...

```sh $ cd "$(mktemp -d)" $ for i in `seq 0 1000`; do echo $i > $i; done $ xplr ``` I expect `xplr` to show as much files as...

help wanted

## Version Version: 1.5.1-dirty (tags/1.5.1) ## Configuration Output of `rofi -help` (in a [gist](https://gist.github.com/)): https://gist.github.com/maximbaz/75fb7eb2c17a922b366831d261f366e8 ## Launch Command `/usr/bin/dmenu` (which is a symlink for `/usr/bin/rofi`) ------ I know that `dmenu`...

Feature Request

## Version Version: 1.5.1-dirty (tags/1.5.1) ## Configuration Output of `rofi -help` (in a [gist](https://gist.github.com/)): https://gist.github.com/maximbaz/75fb7eb2c17a922b366831d261f366e8 ## Launch Command `rofi -show` ----- It's a common task to do something in `rofi`...

Feature Request