Compare commits
2 commits
c4c95b4789
...
3b4620a79a
Author | SHA1 | Date | |
---|---|---|---|
3b4620a79a | |||
ea1512b9fa |
2 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,7 @@ in {
|
||||||
float_switch_override_focus = 0; # Disable float to tile hover focus
|
float_switch_override_focus = 0; # Disable float to tile hover focus
|
||||||
focus_on_close = 1; # Focus window under mouse
|
focus_on_close = 1; # Focus window under mouse
|
||||||
follow_mouse = 1; # Hover focus
|
follow_mouse = 1; # Hover focus
|
||||||
#// mouse_refocus = false;
|
mouse_refocus = false; # Required to focus last window on close
|
||||||
repeat_delay = 300;
|
repeat_delay = 300;
|
||||||
repeat_rate = 40;
|
repeat_rate = 40;
|
||||||
sensitivity = 0.5;
|
sensitivity = 0.5;
|
||||||
|
|
|
@ -25,6 +25,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
fetch.prune = true;
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
|
|
Loading…
Add table
Reference in a new issue