Updating tmuxinator configs

This commit is contained in:
2025-09-14 13:11:44 -04:00
parent d9fd53fbc3
commit 9b33a71816
9 changed files with 64 additions and 39 deletions

View File

@@ -80,7 +80,7 @@
$notes = kitty -T capture -e pytui -n
$manpages = kitty -T capture -e pytui -m
$sysmon = kitty -T system-monitor -e glances
$editor = neovide
$editor = kitty -T Editor -e tmuxinator start Development
$screenshot = hyprshot -f ~/Pictures/Screenshots/%Y-%m-%d-%H%M%S.png
bind = $mainMod SHIFT, M, exec, hyprvirtmon.py

View File

@@ -54,16 +54,16 @@
set -g @pass-copy-to-clipboard on
'';
}
{
plugin = tmuxPlugins.tilish;
extraConfig = ''
set -g @tilish-navigator 'on'
set -g @tilish-default 'main-vertical'
set -g @tilish-enforce 'none'
set -g escape-time 0
set -g @tilish-dmenu 'on'
'';
}
# {
# plugin = tmuxPlugins.tilish;
# extraConfig = ''
# set -g @tilish-navigator 'on'
# set -g @tilish-default 'main-vertical'
# set -g @tilish-enforce 'none'
# set -g escape-time 0
# set -g @tilish-dmenu 'on'
# '';
# }
];
prefix = "C-a";