nix/module/sway/module/10-Terminal

5 lines
116 B
Plaintext

# Terminal emulator.
set $term foot
bindsym $mod+Escape exec $term -e bash -c "tmux new-session -A -s $USER; bash"