Skip to content

Commit

Permalink
(builtin/console) default to tpack
Browse files Browse the repository at this point in the history
  • Loading branch information
letoram committed Nov 13, 2020
1 parent b69472a commit b00911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/appl/console/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ end
-- e.g. arcan_db add_appl_kv console terminal env=LC_ALL=C:palette=solarized
function spawn_terminal()
local term_arg = (
get_key("terminal") or "palette=solarized") ..
get_key("terminal") or "tpack:palette=solarized") ..
":env=ARCAN_CONNPATH=" .. connection_point

return launch_avfeed(term_arg, "terminal", client_event_handler)
Expand Down

0 comments on commit b00911b

Please sign in to comment.