diff --git a/gitconfig.client b/gitconfig.client index 0b8aea4..282a736 100644 --- a/gitconfig.client +++ b/gitconfig.client @@ -20,6 +20,7 @@ # recognize file copies [diff] renames = copies + renameLimit = 65536 [push] default = upstream @@ -36,3 +37,5 @@ [commit] gpgsign = true +[core] + preloadindex = 1 diff --git a/i3-config b/i3-config index d2ec2d7..b775521 100644 --- a/i3-config +++ b/i3-config @@ -173,8 +173,8 @@ bindsym $mod+r mode "resize" # Floating windows -for_window [title="KCalc"] floating enable; border normal -for_window [class="Qalculate"] floating enable; border normal +for_window [title="KCalc"] floating enable; +for_window [class="Qalculate"] floating enable; # Color settings