Files
linux-config/dotfiles/gitconfig
Kevin Mok bf3e48b385 Made inactive workspaces transparent
Also set active workspace's (focused on other screen)
color/transparency.
2018-12-04 21:33:34 -05:00

17 lines
216 B
Plaintext

[user]
email = kevin.mok@live.ca
name = Kevin Mok
[color]
ui = auto
[core]
editor = nvim
[push]
default = simple
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false
[diff]
tool = vimdiff