1
0
forked from extern/nix-config

sxhkd: Don't start tmux by default

It turns out that since tmux sessions will stay active after you close a
terminal window, it is easy to end up with a lot of empty sessions. This
makes it difficult to detach and re-attach the appropriate tmux sessions.

Additionally, some features of kitty (notably terminal images and
dynamic background opacity) will not work inside tmux. Since kitty has
its own window manager, this caveat can be easily circumvented. By
invoking tmux manually instead, we also avoid the problem of nested
tmux sessions.
This commit is contained in:
Donovan Glover 2018-11-14 14:36:15 -05:00
parent 067c010df8
commit 3e77f8f992
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -11,7 +11,7 @@ super + p
# Open a new terminal window
super + {_,shift} + Return
{termite -e "tmux new-session \; set status",urxvtc -e fish -c "tmux new-session \; set status"}
{kitty,urxvtc}
# Toggle a dropdown terminal or open a new floating window
super + {_,shift} + backslash