1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-05-15 12:29:23 +02:00

Added beatmaker files

This commit is contained in:
Eric-Teunis de Boone 2016-10-03 10:30:30 +02:00
parent 811a903869
commit 979739552d
13 changed files with 116 additions and 25 deletions

2
tmux/beatmaker.conf Normal file
View file

@ -0,0 +1,2 @@
set -g status-bg blue
set -g status-right '♪ #(exec amixer get Master | egrep -o "[0-9]+%" | egrep -o "[0-9]*") | ♥#(acpi | cut -d ',' -f 2) | %a %m-%d %H:%M'

View file

@ -1,9 +1,6 @@
# use ^b as prefix
set -g prefix C-b
# vim shortcuts
setw -g mode-keys vi
# force a reload of the config file
unbind r
bind r source-file ~/.tmux.conf\; display "Reloaded!"
@ -14,6 +11,11 @@ set -g base-index 1
# vim shortcuts
setw -g mode-keys vi
# Make copy mode more vim-like.
bind -t vi-copy v begin-selection
bind -t vi-copy y copy-selection
bind -t vi-copy C-v rectangle-toggle
# commands
bind : command-prompt
@ -32,7 +34,6 @@ bind - split-window -v
set -g status-left "#h"
set -g status-left-length 70
set -g status-right "%a %d-%m-%y :: %H:%M"
#set -g status-right '♪ #(exec amixer get Master | egrep -o "[0-9]+%" | egrep -o "[0-9]*") | ♥#(acpi | cut -d ',' -f 2) | %a %m-%d %H:%M'
# Try loading machine specific things
run-shell "bash ~/.tmux/load_hostnames.sh"