From ea977f82532b0bd5342916998f0666d089d79630 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Thu, 5 Mar 2026 16:07:50 +0100 Subject: [PATCH] Changed Logitech mouse sensitivity --- plasma/settings/common.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plasma/settings/common.nix b/plasma/settings/common.nix index 89ba1a4..4f8b2a1 100644 --- a/plasma/settings/common.nix +++ b/plasma/settings/common.nix @@ -13,7 +13,8 @@ leftHanded = false; #middleButtonEmulation = false; #naturalScroll = false; - acceleration = -0.25; + #acceleration = -0.25; + acceleration = 0; accelerationProfile = "none"; scrollSpeed = 1.0; } @@ -293,10 +294,11 @@ # baloofilerc.General."exclude filters version" = 9; dolphinrc = { General = { - ShowTerminal = true; + #ShowTerminal = true; RememberOpenedTabs = false; # ViewPropsTimestamp = "2024,8,12,15,7,43.15"; }; + "MainWindow"."TerminalPanel Visible" = true; # IconsMode.PreviewSize = 80; # "KFileDialog Settings"."Places Icons Auto-resize" = false; # "KFileDialog Settings"."Places Icons Static Size" = 22;