sway: fix broken brightness_down_cmd

This commit is contained in:
2023-11-17 22:46:44 +00:00
parent fea056d9be
commit 43bd745228

View File

@@ -112,7 +112,7 @@ in
# TODO: split these into their own option scope
brightness_down_cmd = mkOption {
type = types.str;
default = "${pkgs.brightnessctl}/bin/brightnessctl set -2%";
default = "${pkgs.brightnessctl}/bin/brightnessctl set 2%-";
description = "command to run when use wants to decrease screen brightness";
};
brightness_up_cmd = mkOption {