aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #49 from kubajaburek/masterHEADmasterMoritz Meißelbach2021-07-204-1/+17
|\ | | | | Don’t autostart applications with Hidden=true
| * Don’t autostart applications with Hidden=trueJakub Jabůrek2021-07-184-1/+17
|/
* Merge pull request #42 from kubajaburek/masterMoritz Meißelbach2021-05-114-4/+43
|\ | | | | Hide applications with NoDisplay=true
| * Hide applications with NoDisplay=trueJakub Jabůrek2021-05-094-4/+43
|/
* Merge pull request #35 from boredland/fix/x-entriesMoritz Meißelbach2021-02-033-2/+324
|\ | | | | fix: deal with X- entries
| * fix: deal with X- entriesJonas Strassel2021-01-243-2/+324
|/
* Update README.mdMoritz Meißelbach2021-01-221-1/+5
|
* Update README.mdMoritz Meißelbach2021-01-211-1/+1
|
* #31 #27 #28 Allow arbitrary commandsMoritz Meißelbach2021-01-212-2/+14
|
* #33 Only print resulting command if the output is being redirectedMoritz Meißelbach2021-01-212-4/+18
|
* Merge pull request #30 from itspngu/pnguMoritz Meißelbach2020-12-237-10/+27
|\ | | | | Allow overriding default glyphs, "cleaner" UI, make configuration not URxvt-specific
| * reverted mouse disable thingieitspngu2020-12-221-1/+1
| |
| * clean up UI, allow overriding fzf default prompt, update readmeitspngu2020-12-222-6/+12
| |
| * make glyphs overridableitspngu2020-12-221-6/+2
| |
| * make glyphs overridableitspngu2020-12-221-2/+7
| |
| * make tests individually executableitspngu2020-12-215-3/+13
|/
* Merge pull request #26 from s-hamann/configurable_historyMoritz Meißelbach2020-09-222-16/+31
|\ | | | | Make history file configurable
| * Make history file configurableSebastian Hamann2020-09-212-16/+31
|/ | | | | | If the variable HIST_FILE is set, it overrides the default history file location. If it is set to an empty value, history is neither read nor written.
* Update README.mdMoritz Meißelbach2020-09-061-3/+4
|
* Merge pull request #24 from NullSense/update-terminal-commandMoritz Meißelbach2020-09-061-4/+1
|\ | | | | Make TERMINAL_COMMAND use $TERM instead of urxvt
| * Make TERMINAL_COMMAND use $TERM instead of urxvtMatas Peciukonis2020-09-041-4/+1
|/ | | | | `urxvt` doesn't make sense as a default, as $TERM is standard: https://linux.die.net/man/7/term.
* #22 try different launch command as discussed in ↵Moritz Meißelbach2020-09-011-1/+2
| | | | https://stackoverflow.com/questions/10247721/on-writing-a-linux-shell-script-to-safely-detach-programs-from-a-terminal
* ctrl-z-error: #23 went away by accidentMoritz Meißelbach2020-07-281-2/+2
|
* add another debug lineMoritz Meißelbach2020-07-281-0/+1
|
* output stderr of generate-command to fd 3Moritz Meißelbach2020-07-281-1/+1
|
* add a comment documenting the previous changeMoritz Meißelbach2020-07-281-3/+3
|
* Merge remote-tracking branch 'origin/master'Moritz Meißelbach2020-07-281-2/+2
|\
| * Merge pull request #23 from thal/allow-single-quotesMoritz Meißelbach2020-06-221-2/+2
| |\ | | | | | | Support desktop files and commands containing single quotes
| | * Support desktop files and commands containing single quotesthal2020-06-211-2/+2
| | |
* | | Use a different way of ensuring fd 3 is usable: If no parent shell is making ↵Moritz Meißelbach2020-07-281-1/+3
|/ / | | | | | | use of fd 3, then redirect it to /dev/null
* | #23 Fix tests that assert the number of desktop filesMoritz Meißelbach2020-06-221-2/+2
| |
* | #23 update desktop file contentsMoritz Meißelbach2020-06-222-3/+3
| |
* | #23 add (failing) test case for this PRMoritz Meißelbach2020-06-222-0/+15
|/
* #22 open file descriptor 3 at the beginning of the scriptMoritz Meißelbach2020-06-191-0/+1
|
* Merge remote-tracking branch 'origin/master'Moritz Meißelbach2020-06-191-1/+1
|\
| * fix a typoMoritz Meißelbach2020-05-041-1/+1
| |
* | #22. Add some very basic logging to help investigate this bug. debug ↵Moritz Meißelbach2020-06-192-1/+11
|/ | | | information is directed to file descriptor 3 and can be dumped using `./sway-launcher-desktop.sh 3>> ~/sway-launcher-desktop.log`
* Fix #23. Apparently there once was a reason to strip the last character of ↵Moritz Meißelbach2020-04-181-1/+1
| | | | the action parameter. This no longer seems to be the case so the string manipulation is removed
* Merge pull request #18 from Biont/xdg_autostartMoritz Meißelbach2020-02-067-4/+822
|\ | | | | Implement XDG Autostart specification
| * Add note about autostart feature in the READMEMoritz Meißelbach2020-02-071-0/+4
| |
| * Add function to list and execute application desktop files from XDG ↵Moritz Meißelbach2020-02-066-4/+818
|/ | | | autostart folders. Fixes #16
* Fix typoMoritz Meißelbach2020-01-291-1/+1
|
* Update badgeMoritz Meißelbach2020-01-281-1/+1
|
* Update badgeMoritz Meißelbach2020-01-281-1/+1
|
* remove travis.ymlMoritz Meißelbach2020-01-281-20/+0
|
* Attempt to create cache folder before touching HIST_FILEMoritz Meißelbach2020-01-281-1/+1
|
* Merge branch 'github_actions' of github.com:Biont/sway-launcher-desktop into ↵Moritz Meißelbach2020-01-281-7/+5
|\ | | | | | | github_actions
| * Remote existing BATS actionMoritz Meißelbach2020-01-281-5/+0
| |
| * Update ci.ymlMoritz Meißelbach2020-01-281-2/+5
| | | | | | install BATS dependencies before runningstests
* | Merge branch 'master' into github_actionsMoritz Meißelbach2020-01-282-6/+15
|\ \ | |/ |/|