Add run-or-raise functions

This commit is contained in:
Tom Willemse 2015-06-17 10:53:21 +02:00
parent 227eab333e
commit 999be753bd

View file

@ -20,6 +20,10 @@ hc keybind $Mod-Shift-r reload
hc keybind $Mod-Shift-c close hc keybind $Mod-Shift-c close
hc keybind $Mod-Return spawn urxvt hc keybind $Mod-Return spawn urxvt
hc keybind $Mod-t spawn hrunorraise Emacs emacsclient -ca ''
hc keybind $Mod-c spawn hrunorraise URxvt urxvtc
hc keybind $Mod-w spawn hrunorraise Conkeror conkeror
# tags # tags
TAG_NAMES=( {1..9} ) TAG_NAMES=( {1..9} )
TAG_KEYS=( {1..9} 0 ) TAG_KEYS=( {1..9} 0 )