From bf9204f05672f8f6cef6278534c31d8c77df824e Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 28 Mar 2024 07:05:35 +0300 Subject: [PATCH] Sway : Launch foot with tmux. --- module/sway/module/20-Keybind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/sway/module/20-Keybind b/module/sway/module/20-Keybind index 259be97..c5ef5fe 100644 --- a/module/sway/module/20-Keybind +++ b/module/sway/module/20-Keybind @@ -1,5 +1,5 @@ # Start a terminal. -bindsym $mod+Escape exec $term +bindsym $mod+Escape exec $term -e bash -c 'tmux new-session -A -s main; bash' # Kill focused window. bindsym $mod+x kill