naturalscrolling + nvim folds

This commit is contained in:
2025-03-22 22:35:10 +01:00
parent 1316145c43
commit f3bd295346
3 changed files with 4 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ in
touchpad = {
accelProfile = "flat";
naturalScrolling = true;
};
};
};

View File

@@ -304,6 +304,8 @@ in {
ignorecase = true;
smartcase = true;
foldlevel = 99;
};
plugins = {

View File

@@ -60,5 +60,5 @@ Config { overrideRedirect = False
]
, sepChar = "%"
, alignSep = "}{"
, template = " %XMonadLog% %alsa:default:Master% } %date% { %bright% | %cpu% - %coretemp% | %memory% | %dynnetwork% | %battery% "
, template = " %XMonadLog% | %alsa:default:Master% } %date% { %bright% | %cpu% - %coretemp% | %memory% | %dynnetwork% | %battery% "
}