diff options
Diffstat (limited to '.config/git/gitk')
-rw-r--r-- | .config/git/gitk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/git/gitk b/.config/git/gitk index ab0c62e..ab0cd32 100644 --- a/.config/git/gitk +++ b/.config/git/gitk @@ -51,7 +51,7 @@ set indexcirclecolor green set circlecolors {white blue gray blue blue} set linkfgcolor blue set circleoutlinecolor black -set geometry(main) 1280x720+-2+24 +set geometry(main) 1280x720+0+0 set geometry(state) normal set geometry(topwidth) 1280 set geometry(topheight) 317 @@ -59,4 +59,5 @@ set geometry(pwsash0) "690 1" set geometry(pwsash1) "1120 1" set geometry(botwidth) 651 set geometry(botheight) 398 -set permviews {} +set permviews {{{All refs} {} {--all --branches --tags --remotes} {}} +} |