Home Gen126 @ 2024-04-26-16:22
This commit is contained in:
parent
7ad5036c37
commit
904999bbb6
@ -8,6 +8,8 @@
|
||||
home.packages = [
|
||||
pkgs.kitty
|
||||
pkgs.pulsemixer
|
||||
pkgs.pavucontrol
|
||||
pkgs.qpaeq
|
||||
];
|
||||
|
||||
programs.wpaperd = {
|
||||
@ -161,6 +163,9 @@
|
||||
"$mod SHIFT, q, killactive"
|
||||
"$mod, f, fullscreen, 2"
|
||||
"$mod SHIFT, f, fullscreen, 0"
|
||||
", XF86AudioRaiseVolume, exec, ${pkgs.pulsemixer}/bin/pulsemixer --change-volume +5"
|
||||
", XF86AudioLowerVolume, exec, ${pkgs.pulsemixer}/bin/pulsemixer --change-volume -5"
|
||||
", XF86AudioMute, exec, ${pkgs.pulsemixer}/bin/pulsemixer --toggle-mute"
|
||||
]
|
||||
++ (
|
||||
# workspaces
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user