diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-10-03 16:27:13 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-10-03 16:27:13 +0200 |
| commit | eb344f0b2330354f11101ad9dc0c808a15765667 (patch) | |
| tree | d083fe50769bc1e575427ed62a3be426a73101e4 /linux/home/.config/tmux/tmux.conf | |
| parent | afe53c73bfd21a2931afccae9ea0bcfbfd4a9405 (diff) | |
| download | dotfiles-eb344f0b2330354f11101ad9dc0c808a15765667.tar.gz dotfiles-eb344f0b2330354f11101ad9dc0c808a15765667.zip | |
Various changes/updates
Diffstat (limited to 'linux/home/.config/tmux/tmux.conf')
| -rw-r--r-- | linux/home/.config/tmux/tmux.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linux/home/.config/tmux/tmux.conf b/linux/home/.config/tmux/tmux.conf index a62e3e3..3028e2c 100644 --- a/linux/home/.config/tmux/tmux.conf +++ b/linux/home/.config/tmux/tmux.conf @@ -419,7 +419,7 @@ bind-key -n M-y if-shell -F '#{==:#{session_name},virt}' { detach-client -P } { set -gF '@last_session_name' '#S' - display-popup -E -x200% -y0 -w40% -h60% "tmux new-session -A -s virt bash -lc 'echo \"### VM Manager ###\"; echo; echo \"Available VM scripts:\"; ls -1 ~/.scripts/env/virt/ 2>/dev/null || echo \"No scripts found in ~/.scripts/env/virt/\"; echo; echo \"Run your VM by typing its script name (e.g., ubuntu, fedora, win11).\"; exec \$SHELL'" + display-popup -E -x200% -y0 -w40% -h60% "tmux new-session -A -s virt bash -lc 'echo \"### VM Manager ###\"; echo; echo \"Available VM scripts:\"; ls -1 ~/.scripts/virt/ 2>/dev/null || echo \"No scripts found in ~/.scripts/virt/\"; echo; echo \"Run your VM by typing its script name (e.g., ubuntu, fedora, win11).\"; exec \$SHELL'" } # M-H → Open history in popup @@ -747,10 +747,6 @@ set -g status-right '#( \ #set-hook -g after-new-session 'source-file ~/.tmux.conf' #set-hook -g client-attached 'source-file ~/.tmux.conf' - -# Set environment variable from script output -#run-shell 'tmux set-environment -g NERD_FONT_DETECTED "$(~/.config/tmux/detect_nerd_font)"' - ## Reload Status with IP addr, Cpu, Mem and Date bind a run-shell ~/.config/tmux/tmux-toggle-option.sh |
