From eb344f0b2330354f11101ad9dc0c808a15765667 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 3 Oct 2025 16:27:13 +0200 Subject: Various changes/updates --- linux/home/.config/tmux/tmux.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'linux/home/.config/tmux') 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 -- cgit v1.2.3