From 2fa70c8bcdca928cf0b17f584ec0ef733ad033ad Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 16 Jan 2025 17:58:39 +0530 Subject: update --- config/plasma/default.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/config/plasma/default.nix b/config/plasma/default.nix index 1d72996..88b2024 100644 --- a/config/plasma/default.nix +++ b/config/plasma/default.nix @@ -64,6 +64,8 @@ effects.wobblyWindows.enable = true; }; + configFile.kwinrc.MouseBindings.CommandAllKey = "Alt"; + shortcuts = { kwin = { "Window Operations Menu" = "Alt+Space"; @@ -72,6 +74,7 @@ input.mice = [ { + /* cat /proc/bus/input/devices */ vendorId = "06cb"; productId = "ce81"; name = "DLL0C55:00 06CB:CE81 Touchpad"; @@ -80,15 +83,6 @@ } ]; - powerdevil = { - AC = { - powerProfile = "performance"; - }; - battery = { - powerProfile = "powerSaving"; - }; - }; - panels = [ { location = "bottom"; -- cgit v1.2.3