You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.1 KiB
Plaintext

11 years ago
## for ~/.tmux.conf
# -v = split horizontal
# -h = split veritical
# chatting
bind-key M-c new-window -n chat -c $HOME \; \
send-keys 'centerim5' 'Enter' \; \
split-window -v -p 50 -t 1 \; \
send-keys 'weechat-curses' 'Enter' \; \
11 years ago
select-pane -t 2
# local music and streaming
11 years ago
bind-key M-m new-window -n music -c $HOME \; \
send-keys 'clear && figlet Radio' 'Enter' \; \
split-window -v -p 50 -t 1 \; \
send-keys 'cmus' 'Enter' \; \
split-window -h -p 70 -t 1 \; \
send-keys 'clear && figlet Search Music' 'Enter' \; \
11 years ago
select-pane -t 2
# download and search torrent
11 years ago
bind-key M-t new-window -n torrent -c ~/Videos \; \
send-keys 'trz' 'Enter' \; \
split-window -v -p 50 -t 1 \; \
send-keys 'transmission-remote-cli' 'Enter' \; \
11 years ago
select-pane -t 1
# work
11 years ago
bind-key M-w new-window -n work -c $HOME \; \
send-keys 'clear && figlet Workhorse' 'Enter' \; \
split-window -v -p 30 -t 1 \; \
send-keys 'ranger ~/Documents' 'Enter' \; \
split-window -h -p 35 -t 1 \; \
send-keys 'tty-clock -t' 'Enter' \; \
split-window -v -p 50 -t 3 \; \
send-keys 'cmatrix' 'Enter' \; \
11 years ago
select-pane -t 2