nixbook: update, add brightness controls
This commit is contained in:
parent
43c05553ff
commit
d65ef277df
3 changed files with 92 additions and 90 deletions
|
|
@ -52,6 +52,8 @@ in {
|
|||
"XF86AudioPlay" = Actions.System "PlayPause";
|
||||
"XF86AudioNext" = Actions.System "PlayNext";
|
||||
"XF86AudioPrev" = Actions.System "PlayPrev";
|
||||
"XF86MonBrightnessUp" = Actions.System "BrightnessUp";
|
||||
"XF86MonBrightnessDown" = Actions.System "BrightnessDown";
|
||||
};
|
||||
background = {
|
||||
displays = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue