Moritz Meißelbach

Results 43 comments of Moritz Meißelbach

There are plans to add a config file that would allow greater customization of (especially) fzf. There's some early talk in #30 but sadly, neither me or @itspngu have had...

Thank your the issue and good to see you again :) If my eyes are not deceiving me, one of them is the history entry (in white) and one is...

For now, it is a conscious tradeoff because I believe the cost of fixing it is too high. We'd have some 10k lines to check for duplicates (while keeping sort...

>EDIT: It does actually does this. Just tested again after deleting the history file, now it doesn't show duplicates anymore. Yeah there's [a test for this behaviour](https://github.com/Biont/sway-launcher-desktop/blob/3c1c56380a82116e7f22a395e2b7a3febbbecd18/tests/entries.bats#L28-L33). This issue here...

Sorry, I have zero experience with zsh. But since the `sway-launcher-desktop.sh` expects `#!/usr/bin/env bash` as interpreter, it shouldn make that much of a difference. What is it that does not...

You can pass a custom `TERMINAL_COMMAND` to run the resulting command through bash again, which will cause your `.bashrc` to be read. For example: `TERMINAL_COMMAND="urxvt -e /bin/bash -i -c "...

Well I don't know what the launcher script itself could do to aid here since it is not concerned with any specific terminal or shell. Whatever the problem is, I...

This makes a lot of sense. I hope I find the time to look at this soon. Meanwhile, PRs are of course welcome

Hm thinking about this: What DE is the script supposed to assume? The script itself works regardless of DE/WM, so I suppose this setting must be provided externally. So we'd...

Alright thanks for the research. I guess this is what it'll work against then