fix brightnessctl

This commit is contained in:
atagen 2025-09-23 12:48:19 +10:00
parent 5740f506c1
commit a001eda458
2 changed files with 3 additions and 0 deletions

View file

@ -123,6 +123,8 @@ binds {
XF86AudioPrev { spawn "playerctl" "previous"; }
XF86AudioRaiseVolume { spawn "volumectl" "-u" "up"; }
XF86AudioStop { spawn "playerctl" "stop"; }
XF86MonBrightnessUp { spawn "brightnessctl" "s" "5%+"; }
XF86MonBrightnessDown { spawn "brightnessctl" "s" "5%-"; }
}
window-rule {
geometry-corner-radius 0.000000 10.000000 0.000000 10.000000

1
hosts/adrift/media.nix Normal file
View file

@ -0,0 +1 @@
{ pkgs, scope, ... }: scope "apps.streaming" <| pkgs.stremio