Eu tenho
# dotfiles/bin/withtmux.sh
#!/bin/sh
exec tmux
E eu quero
# i3config
# start terminal without tmux, plain zsh, work
bindsym $mod+e exec $terminal
# and with tmux, not working
bindsym $mod+Shift+e exec $terminal -e ~/.config/...
10.02.2017 / 22:15