Skip to content

Commit

Permalink
Disown GUI tasks
Browse files Browse the repository at this point in the history
Fixes: #108
  • Loading branch information
sayanarijit committed Apr 26, 2021
1 parent 8ddc000 commit 824d0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,8 @@ modes:
messages:
- BashExecSilently: |
OPENER="$(which xdg-open)"
${OPENER:-open} "${XPLR_FOCUS_PATH:?}" &> /dev/null
${OPENER:-open} "${XPLR_FOCUS_PATH:?}" &> /dev/null &
disown
- SwitchMode: default

on_alphabet: null
Expand Down

0 comments on commit 824d0b3

Please sign in to comment.