move tmux to $XDG_CONFIG_HOME

This commit is contained in:
Oliver Ladner 2024-02-08 16:01:45 +01:00
commit 2a0f219d33
8 changed files with 140 additions and 140 deletions

6
.config/tmux/tmux_left.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Trigger Applescript when on macOS
if [[ "$OSTYPE" == "darwin"* ]]; then
~/git/dotfiles/.config/tmux/spotify.applescript
fi