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% " }