mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Add PC modifiers for specialized buttons
This commit is contained in:
parent
2778deb4ea
commit
46dce2e7ce
1 changed files with 13 additions and 4 deletions
|
@ -53,11 +53,20 @@ in desktopSystemConfiguration {
|
||||||
|
|
||||||
", XF86MonBrightnessUp , exec, brightnessctl set 5%+"
|
", XF86MonBrightnessUp , exec, brightnessctl set 5%+"
|
||||||
", XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-"
|
", XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-"
|
||||||
|
|
||||||
|
"SUPER+ALT, Prior, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ --limit 1.5"
|
||||||
|
"SUPER+ALT, Next , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||||
|
|
||||||
|
"SUPER, Home, exec, brightnessctl set 5%+"
|
||||||
|
"SUPER, End , exec, brightnessctl set --min-value=0 5%-"
|
||||||
];
|
];
|
||||||
|
|
||||||
bindl = [
|
bindl = [
|
||||||
", XF86AudioMute , exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
", XF86AudioMute , exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||||
", XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
", XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
||||||
|
|
||||||
|
"SUPER+ALT, Insert, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||||
|
"SUPER+ALT, Delete, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
||||||
];
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue