xf86 keys
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
pipewire
|
||||||
|
wireplumber
|
||||||
|
wpctl
|
||||||
|
];
|
||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|||||||
+3
-3
@@ -99,9 +99,9 @@
|
|||||||
", XF86MonBrightnessUp, exec, light -A 10"
|
", XF86MonBrightnessUp, exec, light -A 10"
|
||||||
", XF86MonBrightnessDown, exec, light -U 10"
|
", XF86MonBrightnessDown, exec, light -U 10"
|
||||||
|
|
||||||
", XF86AudioRaiseVolume, exec, pamixer -i 5"
|
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_SINK@ +5%"
|
||||||
", XF86AudioLowerVolume, exec, pamixer -d 5"
|
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_SINK@ -5%"
|
||||||
", XF86AudioMute, exec, pamixer -t"
|
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user