From f3bd2953467f9798df939ff11c367924001a3c35 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Sat, 22 Mar 2025 22:35:10 +0100 Subject: [PATCH] naturalscrolling + nvim folds --- configuration.nix | 1 + home.nix | 2 ++ home/.xmobarrc | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e609ef7..0f4398a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -150,6 +150,7 @@ in touchpad = { accelProfile = "flat"; + naturalScrolling = true; }; }; }; diff --git a/home.nix b/home.nix index 91bc70b..c70dc5e 100644 --- a/home.nix +++ b/home.nix @@ -304,6 +304,8 @@ in { ignorecase = true; smartcase = true; + + foldlevel = 99; }; plugins = { diff --git a/home/.xmobarrc b/home/.xmobarrc index b74a22d..2fede07 100644 --- a/home/.xmobarrc +++ b/home/.xmobarrc @@ -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% " }