Fix width for terminal window
Terminal windows should be 80 columns wide. They were 89.
This commit is contained in:
parent
ef2eb53159
commit
c9c8f71498
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue