1
1
Fork 0

Compare commits

..

No commits in common. "3b4620a79a533f3c44b01033d71c5efaa0bc7419" and "c4c95b47896a2af7782c629f0b54e0a83fd7aacb" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -180,7 +180,7 @@ in {
float_switch_override_focus = 0; # Disable float to tile hover focus
focus_on_close = 1; # Focus window under mouse
follow_mouse = 1; # Hover focus
mouse_refocus = false; # Required to focus last window on close
#// mouse_refocus = false;
repeat_delay = 300;
repeat_rate = 40;
sensitivity = 0.5;

View file

@ -25,7 +25,6 @@ in {
};
extraConfig = {
fetch.prune = true;
init.defaultBranch = "master";
push.autoSetupRemote = true;
pull.ff = "only";