Use single terminal config variable
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/i3.nix → user/settings/i3.nix
@@ -24,7 +24,7 @@ window = { titlebar = false; }; keybindings = { - "${mod}+Return" = "exec --no-startup-id xst"; + "${mod}+Return" = "exec --no-startup-id ${config.home.sessionVariables.TERMINAL}"; # kill focused window "${mod}+w" = "kill"; "${mod}+Shift+w" = "kill";