updated settings
This commit is contained in:
parent
1573c3a9b2
commit
d15fbdde40
2 changed files with 5 additions and 2 deletions
|
@ -20,6 +20,7 @@
|
||||||
# recognize file copies
|
# recognize file copies
|
||||||
[diff]
|
[diff]
|
||||||
renames = copies
|
renames = copies
|
||||||
|
renameLimit = 65536
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = upstream
|
default = upstream
|
||||||
|
@ -36,3 +37,5 @@
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
[core]
|
||||||
|
preloadindex = 1
|
||||||
|
|
|
@ -173,8 +173,8 @@ bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
|
||||||
# Floating windows
|
# Floating windows
|
||||||
for_window [title="KCalc"] floating enable; border normal
|
for_window [title="KCalc"] floating enable;
|
||||||
for_window [class="Qalculate"] floating enable; border normal
|
for_window [class="Qalculate"] floating enable;
|
||||||
|
|
||||||
|
|
||||||
# Color settings
|
# Color settings
|
||||||
|
|
Loading…
Reference in a new issue