summaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-17 10:53:21 +0200
committerGravatar Tom Willemse2015-06-17 10:53:21 +0200
commit999be753bd852f7382cd03c5863a57aa4053b86d (patch)
treecdc259b75024539055b2f006a41a3cdee74beb15 /herbstluftwm
parent227eab333e79d470a87e61d0aaeb732107398fa0 (diff)
downloaddotfiles-999be753bd852f7382cd03c5863a57aa4053b86d.tar.gz
dotfiles-999be753bd852f7382cd03c5863a57aa4053b86d.zip
Add run-or-raise functions
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart4
1 files changed, 4 insertions, 0 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index cf78171..875486a 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -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 )