aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart8
1 files changed, 4 insertions, 4 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index 38e23d5..41433e6 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -63,10 +63,10 @@ hc keybind $Mod-k close
# manually anyway and remove them afterwards.
hc keybind $Mod-Shift-k remove
-# Always spawn an instance of URxvt.
+# Always spawn an instance of Rxvt Unicode.
hc keybind $Mod-Return spawn urxvt
-# Switch to a running instance of URxvt, or start one.
-hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt
+# Switch to a running instance of URxvt or Hyper, or start one.
+hc keybind $Mod-c spawn hlwm-run-or-raise '\(URxvt\|Hyper\)' urxvt
# Switch to a running instance of Conkeror, or start one.
hc keybind $Mod-b spawn hlwm-run-or-raise '\(Conkeror\|Firefox\|Chromium\)' conkeror
# Switch to a running instance of Emacs, or create an Emacs client
@@ -222,7 +222,7 @@ hc set_monitors 1920x1080+0+0
hc pad 0 0 0 16 16
# Load layouts for the dev and web tags.
-hc load dev '(split horizontal:0.535:1 (clients max:0) (clients vertical:0))'
+hc load dev '(split horizontal:0.580:1 (clients max:0) (clients vertical:0))'
hc load web '(clients max:0)'
# Make sure the "Emacs" frame is selected.