Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/9'
Browse files Browse the repository at this point in the history
* origin/pr/9:
  qubes-i3-sensible-terminal: use qrexec-client directly
  • Loading branch information
marmarek committed Sep 19, 2020
2 parents c0ae6fb + fcbc05e commit f874ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes-i3-sensible-terminal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ get_vm() {
main() {
local vm=$(get_vm)
if [[ -n "$vm" ]]; then
qvm-run "$vm" "bash -c '$run_terminal'"
qrexec-client -e -d "$vm" DEFAULT:"bash -c '$run_terminal'"
else # run terminal in dom0
exec bash -c "$run_terminal"
fi
Expand Down

0 comments on commit f874ab6

Please sign in to comment.