Updating tmuxinator configs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user