move tmux to $XDG_CONFIG_HOME
This commit is contained in:
parent
2fa2c85b48
commit
2a0f219d33
8 changed files with 140 additions and 140 deletions
|
|
@ -35,10 +35,10 @@ set -g status-style fg=#9d7cd8,bg=#16161e
|
||||||
set-window-option -g window-status-current-style bg=#3e3158
|
set-window-option -g window-status-current-style bg=#3e3158
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-interval 10
|
set -g status-interval 10
|
||||||
set -g status-left "#( ~/tmux_left.sh )"
|
set -g status-left "#( ~/.config/tmux/tmux_left.sh )"
|
||||||
set -g status-left-length 60
|
set -g status-left-length 60
|
||||||
set -g status-justify centre
|
set -g status-justify centre
|
||||||
set -g status-right "#( ~/tmux_right.sh )"
|
set -g status-right "#( ~/.config/tmux/tmux_right.sh )"
|
||||||
set -g status-right-length 60
|
set -g status-right-length 60
|
||||||
|
|
||||||
# Get good colors
|
# Get good colors
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
# Trigger Applescript when on macOS
|
# Trigger Applescript when on macOS
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
~/git/dotfiles/spotify.applescript
|
~/git/dotfiles/.config/tmux/spotify.applescript
|
||||||
fi
|
fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue