dotfiles

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

commit 7565efcc2d6d88e2c5cfbdb721f2f2f0738be74f
parent 3d935d31a75426932a65ba09b9e38c1dd4d7d490
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed, 17 Dec 2014 21:25:33 -0800

OpenBox: Add key shortcuts to launch terminator with tmuxinator

Diffstat:
config/openbox/rc.xml | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml @@ -402,6 +402,31 @@ <command>cb-aerosnap --right</command> </action> </keybind> + <!-- Launch tmuxinator templates --> + <!-- Open dotfiles --> + <keybind key="W-d"> + <action name="Execute"> + <command>terminator --maximise --title "Dotfiles" --command="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> + </action> + </keybind> + <!-- Open utilities --> + <keybind key="W-i"> + <action name="Execute"> + <command>terminator --maximise --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> + </action> + </keybind> </keyboard> <mouse> <dragThreshold>8</dragThreshold>