Skip to content

Commit 8b25901

Browse files
committed
niri: fix brightness keybind
1 parent 04a7490 commit 8b25901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home/wayland/niri.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@
417417
action = spawn "${pkgs.swayosd}/bin/swayosd-client" "--playerctl=play-pause";
418418
};
419419
"XF86MonBrightnessUp" = {
420-
action = spawn "${pkgs.swayosd}/bin/swayosd-client --brightness=raise";
420+
action = spawn "${pkgs.swayosd}/bin/swayosd-client" "--brightness=raise";
421421
};
422422
"XF86MonBrightnessDown" = {
423-
action = spawn "${pkgs.swayosd}/bin/swayosd-client --brightness=lower";
423+
action = spawn "${pkgs.swayosd}/bin/swayosd-client" "--brightness=lower";
424424
};
425425
};
426426
};

0 commit comments

Comments
 (0)