Add run-or-raise functions
This commit is contained in:
parent
227eab333e
commit
999be753bd
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ hc keybind $Mod-Shift-r reload
|
|||
hc keybind $Mod-Shift-c close
|
||||
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
|
||||
TAG_NAMES=( {1..9} )
|
||||
TAG_KEYS=( {1..9} 0 )
|
||||
|
|
Loading…
Reference in a new issue