Use zellij for terminal multiplexing by default
This commit is contained in:
parent
4f373b4ddf
commit
de81eb4119
4 changed files with 10 additions and 4 deletions
4
.profile
4
.profile
|
|
@ -37,5 +37,5 @@ export PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
|
|||
export XDG_CURRENT_DESKTOP="sway"
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
# If running from tty1 start sway inside a tmux session
|
||||
[ "$(tty)" = "/dev/tty1" ] && exec tmux new-session "sway --unsupported-gpu"
|
||||
# If running from tty1 start sway inside a zellij session
|
||||
[ "$(tty)" = "/dev/tty1" ] && exec zellij --layout sway --session sway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue