use git safe mechanic to fix doas git issue

This commit is contained in:
Noah Masur
2022-05-05 07:33:07 -04:00
parent f2d01ec575
commit 01c5f09f41
4 changed files with 9 additions and 4 deletions

View File

@ -81,7 +81,7 @@
};
floating.modifier = modifier;
focus = {
mouseWarping = true;
mouseWarping = false;
newWindow = "urgent";
};
fonts = {

View File

@ -32,6 +32,7 @@
width = "100%";
height = "22pt";
radius = 0;
# offset-y = -5;
# offset-y = "5%";
# dpi = 96;
background = config.theme.colors.primary.background;