This commit is contained in:
2024-12-24 23:38:56 +01:00
parent 6018421522
commit ce9e671275
3 changed files with 837 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ in
# firefox
discord
#tree
powertop
];
shell = pkgs.zsh;
};
@@ -378,5 +379,8 @@ in
};
programs.ssh.startAgent = true;
powerManagement.powertop.enable = true;
# services.auto-cpufreq.enable = true;
}

View File

@@ -64,7 +64,7 @@ myConfig = let
, ((modm, xK_Up), prevWS)
, ((modm .|. shiftMask, xK_Down), shiftToNext)
, ((modm .|. shiftMask, xK_Up), shiftToPrev)
, ((modm, xK_z), toggleWS)
, ((modm, xK_z), spawn "zathura")
, ((modm, xK_y), withFocused $ windows . sink) -- %! Push window back into tiling
, ((modm, xK_i), sendMessage Shrink) -- %! Shrink the master area
, ((modm, xK_o), sendMessage Expand) -- %! Expand the master area

832
power_report.html Normal file

File diff suppressed because one or more lines are too long