dotfiles

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

commit cff9c2c18a18d52e17dc657012aed551f7fd73c8
parent 9f641e0b14cdc5c3ad93b5313918fdb0d4c07e5d
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat, 30 May 2015 21:45:23 -0700

OpenBox: Add calculator dmenu command

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

diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml @@ -310,6 +310,15 @@ <command>~/.config/dmenu/dmenu-bind.sh</command> </action> </keybind> + <keybind key="W-c"> + <action name="Execute"> + <startupnotify> + <enabled>true</enabled> + <name>dmenu-calc</name> + </startupnotify> + <command>dmenu-calc.sh</command> + </action> + </keybind> <keybind key="W-f"> <action name="Execute"> <startupnotify>