dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit e8fd6a9ee3bd3d27ae6d643cdd9806bd6f649834
parent da1edbfc83f3b7b568c76a0f1a3d9e1b964fbd67
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri,  6 Feb 2015 21:36:44 -0800

OpenBox: Update tmuxinator key maps

Diffstat:
config/openbox/rc.xml | 16+++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml @@ -406,25 +406,31 @@ <!-- Open dotfiles --> <keybind key="W-d"> <action name="Execute"> - <command>terminator --maximise --title "Dotfiles" --command="mux s dot" </command> + <command>st -t "Dotfiles" -e mux s dot </command> </action> </keybind> <!-- Open utilities --> <keybind key="W-u"> <action name="Execute"> - <command>terminator --maximise --title "Utilities" --command="mux s util" </command> + <command>st -t "Utilities" -e mux s util </command> </action> </keybind> - <!-- Open utilities --> + <!-- Open internet applications --> <keybind key="W-i"> <action name="Execute"> - <command>terminator --maximise --title "Internet" --command="mux s internet" </command> + <command>terminator --title "Internet" --command="mux s internet" </command> </action> </keybind> <!-- Open scripts --> <keybind key="W-s"> <action name="Execute"> - <command>terminator --maximise --title "Scripts" --command="mux s scripts" </command> + <command>st -t "Scripts" -e mux s scripts </command> + </action> + </keybind> + <!-- Open ratium project --> + <keybind key="W-r"> + <action name="Execute"> + <command>st -t "Ratium" -e mux s ratium </command> </action> </keybind> </keyboard>