1
1
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
3b4620a79a
hyprland: disable mouse_refocus
Signed-off-by: Myned <dev@bjork.tech>
2024-09-28 13:44:36 -05:00
ea1512b9fa
git: auto prune on fetch
Signed-off-by: Myned <dev@bjork.tech>
2024-09-28 13:44:19 -05:00
2 changed files with 2 additions and 1 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;
mouse_refocus = false; # Required to focus last window on close
repeat_delay = 300;
repeat_rate = 40;
sensitivity = 0.5;

View file

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