mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(niri): XF86 keysym actions
This commit is contained in:
parent
40f9eeed47
commit
73c6e134ad
11 changed files with 478 additions and 306 deletions
|
|
@ -40,4 +40,16 @@
|
|||
description = "Default icon theme";
|
||||
};
|
||||
};
|
||||
options.currentHost = {
|
||||
keyboardBacklightDevice = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
description = "Device Identifier that used for brightnessctl, get the identifier via brightnessctl --list";
|
||||
};
|
||||
keyboardBacklightStep = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "34%";
|
||||
description = "Step to change keyboard backlight, integer or percentage accepted";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue