aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-06-05 21:46:34 -0700
committerGravatar Tom Willemse2017-06-05 21:46:34 -0700
commitc9c8f7149836181d4fd2851193a952ebeaa7ce4d (patch)
tree2c594482e3b62bc498eda70ecc95b14bf94ed2c9 /herbstluftwm
parentef2eb5315914df2d90ed312d5e988bb2485aec17 (diff)
downloadnew-dotfiles-c9c8f7149836181d4fd2851193a952ebeaa7ce4d.tar.gz
new-dotfiles-c9c8f7149836181d4fd2851193a952ebeaa7ce4d.zip
Fix width for terminal window
Terminal windows should be 80 columns wide. They were 89.
Diffstat (limited to 'herbstluftwm')
-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.