From 2398e30048da965f127fccbf4955a5f14b762637 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Jan 2025 10:26:19 -0600 Subject: add xterm settings to the config --- forgeConfig.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'forgeConfig.proto') diff --git a/forgeConfig.proto b/forgeConfig.proto index 81e2f2c..ad1f32c 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -39,4 +39,6 @@ message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex` string version = 2; // could be used for protobuf schema change violations? repeated ForgeConfig ForgeConfigs = 3; string username = 4; // what to use for the user branch (default ENV{USER}) + string xterm = 14; // what xterm the user wants as the default + repeated string xtermArgv = 15; // the argv line for xterm } -- cgit v1.2.3