diff --git a/hosts/modules/gui/sway/default.nix b/hosts/modules/gui/sway/default.nix index e55267fe7..46c432d08 100644 --- a/hosts/modules/gui/sway/default.nix +++ b/hosts/modules/gui/sway/default.nix @@ -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 {