diff options
Diffstat (limited to '.config/git/gitk')
-rw-r--r-- | .config/git/gitk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/git/gitk b/.config/git/gitk index ab0cd32..e07e0eb 100644 --- a/.config/git/gitk +++ b/.config/git/gitk @@ -51,7 +51,9 @@ set indexcirclecolor green set circlecolors {white blue gray blue blue} set linkfgcolor blue set circleoutlinecolor black -set geometry(main) 1280x720+0+0 +set diffbgcolors {"#fff3f3" "#f0fff0"} +set web_browser xdg-open +set geometry(main) 1280x720+-2+23 set geometry(state) normal set geometry(topwidth) 1280 set geometry(topheight) 317 |