5 lines
116 B
Plaintext
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"
|