dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 49f4f349a4c100dbb20d9036216705fa963b8e33
parent 53546a7d21e0af2445cdc6f0948f6dc5c9649cab
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 27 Feb 2018 08:48:43 -0500

Update configuration for gfdl workstation

Diffstat:
Mlinks/.bashrc | 2++
Mlinks/.tmux.conf | 3+--
Mlinks/.xbindkeysrc | 12++++++++++++
3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/links/.bashrc b/links/.bashrc @@ -206,3 +206,5 @@ fi export GPG_TTY=`tty` [ -f ~/.fzf.bash ] && source ~/.fzf.bash + +[ -f $MODULESHOME/init/bash ] && source $MODULESHOME/init/bash diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -171,8 +171,7 @@ bind-key -n C-M-w new-window -n weather \ #bind-key Enter new-window bind-key Enter new-window \ "tmux set status-right-length `echo $(tput cols)/2|bc|tr -d '\n'`; $SHELL" -bind-key -n M-Enter new-window \ - "tmux set status-right-length `echo $(tput cols)/2|bc|tr -d '\n'`; $SHELL" +bind-key -n M-Enter new-window "$SHELL" # Use nested bindings (<C-a>m) for grouping music-control bindings bind m switchc -Tmpd diff --git a/links/.xbindkeysrc b/links/.xbindkeysrc @@ -43,3 +43,15 @@ #"xvkbd -xsendevent -text "\[XF86Forward]"" #m:0x0 + b:10 + +"mpc --host $(cat $HOME/.flaptop-ip) next" + control+shift + n + +"mpc --host $(cat $HOME/.flaptop-ip) prev" + control+shift + b + +"mpc --host $(cat $HOME/.flaptop-ip) toggle" + control+shift + p + +"mpc --host $(cat $HOME/.flaptop-ip) stop" + control+shift + s