diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-04-09 14:48:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-04-09 14:48:11 (EDT) |
commit | 2f32e426e73ead0198416086b2409079717139c3 (patch) | |
tree | 508e2f21fd95277ae23be7212f4f0fb8183175d6 /.config | |
parent | fc36dcdef85d8ddb083b8edb49fe24a92002f95a (diff) | |
download | git-2f32e426e73ead0198416086b2409079717139c3.zip git-2f32e426e73ead0198416086b2409079717139c3.tar.gz git-2f32e426e73ead0198416086b2409079717139c3.tar.bz2 |
.config/git/gitk: Set geometryhost/cutter1host/cam1
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/gitk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/git/gitk b/.config/git/gitk index 08889b0..ab0c62e 100644 --- a/.config/git/gitk +++ b/.config/git/gitk @@ -51,12 +51,12 @@ set indexcirclecolor green set circlecolors {white blue gray blue blue} set linkfgcolor blue set circleoutlinecolor black -set geometry(main) 1362x736+-84+8 +set geometry(main) 1280x720+-2+24 set geometry(state) normal -set geometry(topwidth) 1362 -set geometry(topheight) 210 -set geometry(pwsash0) "440 1" -set geometry(pwsash1) "660 1" -set geometry(botwidth) 550 -set geometry(botheight) 521 +set geometry(topwidth) 1280 +set geometry(topheight) 317 +set geometry(pwsash0) "690 1" +set geometry(pwsash1) "1120 1" +set geometry(botwidth) 651 +set geometry(botheight) 398 set permviews {} |