From 999be753bd852f7382cd03c5863a57aa4053b86d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Jun 2015 10:53:21 +0200 Subject: Add run-or-raise functions --- herbstluftwm/.config/herbstluftwm/autostart | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'herbstluftwm') 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 ) -- cgit v1.2.3-54-g00ecf