aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.config/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'linux/home/.config/tmux/tmux.conf')
-rw-r--r--linux/home/.config/tmux/tmux.conf6
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