Add volume control
This commit is contained in:
parent
29945ce524
commit
bb13c54775
1 changed files with 6 additions and 6 deletions
|
@ -89,12 +89,12 @@
|
|||
"${mod}+a" = "focus parent";
|
||||
"${mod}+Shift+p" = "move scratchpad";
|
||||
"${mod}+p" = "scratchpad show";
|
||||
"${mod}+F1" = (if hostConfig.laptop then "${pkgs.brightnessctl}/bin/brightnessctl s 1%-" else null);
|
||||
"${mod}+F2" = (if hostConfig.laptop then "${pkgs.brightnessctl}/bin/brightnessctl s +1%" else null);
|
||||
"${mod}+F3" = "exec pactl set-sink-volume @DEFAULT_SINK@ -5%";
|
||||
"${mod}+F4" = "exec pactl set-sink-volume @DEFAULT_SINK@ +5%";
|
||||
"${mod}+F5" = "exec pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||
"${mod}+m" = "exec pactl set-source-mute @DEFAULT_SOURCE@ toggle";
|
||||
"${mod}+F1" = (if hostConfig.laptop then "exec ${pkgs.brightnessctl}/bin/brightnessctl s 1%-" else null);
|
||||
"${mod}+F2" = (if hostConfig.laptop then "exec ${pkgs.brightnessctl}/bin/brightnessctl s +1%" else null);
|
||||
"${mod}+F3" = "exec ${pkgs.wireplumber}/bin/wpctl set-volume @DEFAULT_SINK@ 5%-";
|
||||
"${mod}+F4" = "exec ${pkgs.wireplumber}/bin/wpctl set-volume @DEFAULT_SINK@ 5%+";
|
||||
"${mod}+F5" = "exec ${pkgs.wireplumber}/bin/wpctl set-mute @DEFAULT_SINK@ toggle";
|
||||
"${mod}+m" = "exec ${pkgs.wireplumber}/bin/wpctl set-mute @DEFAULT_SOURCE@ toggle";
|
||||
"${mod}+r" = "mode resize";
|
||||
"${mod}+n" = "exec makoctl dismiss";
|
||||
"${mod}+shift+n" = "exec makoctl dismiss -a";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue