mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-16 06:47:24 +01:00
zathura
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
832
power_report.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user