Change aspect ratio of my dev layout
This makes the terminal 80 columns wide.
This commit is contained in:
parent
b7d84184bf
commit
f4e0ee160e
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@
|
||||||
(padding '(0 0 0 16 16))
|
(padding '(0 0 0 16 16))
|
||||||
(layouts
|
(layouts
|
||||||
'((web clients max:0)
|
'((web clients max:0)
|
||||||
(dev split horizontal:0.580:1 (clients max:0) (clients vertical:0))))
|
(dev split horizontal:0.54:1 (clients max:0) (clients vertical:0))))
|
||||||
(extra
|
(extra
|
||||||
(list
|
(list
|
||||||
"set_monitors 1920x1080+0+0"
|
"set_monitors 1920x1080+0+0"
|
||||||
|
|
Loading…
Reference in a new issue