From 976ef4b63a0cfc489154c2f9a5bc2254b5412a5b Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 20 Mar 2024 20:58:45 +0300 Subject: [PATCH] Gnome : Launch Console with tmux. --- module/Gnome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Gnome.nix b/module/Gnome.nix index e4015a2..56858f2 100644 --- a/module/Gnome.nix +++ b/module/Gnome.nix @@ -281,7 +281,7 @@ in { "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { binding = "Escape"; - command = "kgx"; + command = "kgx -e bash -c 'tmux new-session -A -s main; bash'"; name = "gnome-terminal"; };