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:
parent
811a903869
commit
979739552d
13 changed files with 116 additions and 25 deletions
2
tmux/beatmaker.conf
Normal file
2
tmux/beatmaker.conf
Normal 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'
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue