diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-09-21 10:50:19 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-09-21 10:50:19 +0300 |
commit | 19498a2dd5aa8edb95c216482b63ed947a903bcc (patch) | |
tree | 97a25e58574f1877624e7d0adee37cbe249237d3 | |
parent | 58d06a10ed7b753839160568c5430f319097cee2 (diff) | |
download | dotfiles-19498a2dd5aa8edb95c216482b63ed947a903bcc.tar.gz |
refactor: rename tmuxinator-menu -> tmux-menu
-rw-r--r-- | env/.config/sxhkd/sxhkdrc | 2 | ||||
-rwxr-xr-x | tmux/.local/bin/tmux-menu.sh (renamed from tmux/.local/bin/tmuxinator-menu.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/sxhkd/sxhkdrc b/env/.config/sxhkd/sxhkdrc index 374d2b5..2772586 100644 --- a/env/.config/sxhkd/sxhkdrc +++ b/env/.config/sxhkd/sxhkdrc @@ -32,7 +32,7 @@ super + space pkill -RTMIN+4 dwmblocks super + q - tmuxinator-menu.sh + tmux-menu.sh super + x tmux-kill-menu.sh diff --git a/tmux/.local/bin/tmuxinator-menu.sh b/tmux/.local/bin/tmux-menu.sh index dd6c8d9..dd6c8d9 100755 --- a/tmux/.local/bin/tmuxinator-menu.sh +++ b/tmux/.local/bin/tmux-menu.sh |