diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 6ae480e..1db1f69 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -3,6 +3,7 @@ # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) # login-shell=no +shell=/usr/bin/env tmux # app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode # title=foot diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..225d3c0 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,11 @@ +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' + +set -g @plugin "nordtheme/tmux" + +run '~/.tmux/plugins/tpm/tpm' + +set-option -a terminal-features 'foot:RGB' + +bind -n C-Tab select-window -n +bind -n C-S-Tab select-window -p