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
|
||||
[diff]
|
||||
renames = copies
|
||||
renameLimit = 65536
|
||||
|
||||
[push]
|
||||
default = upstream
|
||||
|
@ -36,3 +37,5 @@
|
|||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[core]
|
||||
preloadindex = 1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue