diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 17:58:39 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 17:58:39 +0530 |
| commit | 2fa70c8bcdca928cf0b17f584ec0ef733ad033ad (patch) | |
| tree | 905519a1b7277890cf64f2e9db03eca7ee87b04c /config/plasma | |
| parent | 3a6aa5324de7144abac850bb7fa586dff7b634b5 (diff) | |
update
Diffstat (limited to 'config/plasma')
| -rw-r--r-- | config/plasma/default.nix | 12 |
1 files 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"; |
