fix brightnessctl
This commit is contained in:
parent
5740f506c1
commit
a001eda458
2 changed files with 3 additions and 0 deletions
|
@ -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
1
hosts/adrift/media.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ pkgs, scope, ... }: scope "apps.streaming" <| pkgs.stremio
|
Loading…
Add table
Add a link
Reference in a new issue