avizo + kbd backlight

This commit is contained in:
mjallen18
2026-01-15 12:50:21 -06:00
parent 3f5634317b
commit 549580395f
4 changed files with 34 additions and 10 deletions

View File

@@ -61,12 +61,19 @@ in
keybinds = {
bind = [
"$mod, A, exec, chromium --app=\"https://music.apple.com\""
"SHIFT, XF86MonBrightnessUp, exec, lightctl -D kbd_backlight up"
"SHIFT, XF86MonBrightnessDown, exec, lightctl -D kbd_backlight down"
];
};
defaultApps = {
browser = pkgs.firefox;
};
extraConfig = ''
exec-once = brightnessctl -d kbd_backlight s 50%
'';
};
programs = {
btop = enabled;