Fix width for terminal window

Terminal windows should be 80 columns wide. They were 89.
This commit is contained in:
Tom Willemse 2017-06-05 21:46:34 -07:00
parent ef2eb53159
commit c9c8f71498

View file

@ -63,10 +63,10 @@ hc keybind $Mod-k close
# manually anyway and remove them afterwards. # manually anyway and remove them afterwards.
hc keybind $Mod-Shift-k remove 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 hc keybind $Mod-Return spawn urxvt
# Switch to a running instance of URxvt, or start one. # Switch to a running instance of URxvt or Hyper, or start one.
hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt hc keybind $Mod-c spawn hlwm-run-or-raise '\(URxvt\|Hyper\)' urxvt
# Switch to a running instance of Conkeror, or start one. # Switch to a running instance of Conkeror, or start one.
hc keybind $Mod-b spawn hlwm-run-or-raise '\(Conkeror\|Firefox\|Chromium\)' conkeror 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 # 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 hc pad 0 0 0 16 16
# Load layouts for the dev and web tags. # 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)' hc load web '(clients max:0)'
# Make sure the "Emacs" frame is selected. # Make sure the "Emacs" frame is selected.