@NebulaTide I don't think it is, they seems to care about FreeBSD by looking at the Readme, repo description and also some design choice like not forcing XDG_RUNTIME_DIR to use Linux specific path.
M
monwarez@mastodon.bsd.cafe
@monwarez@mastodon.bsd.cafe
Posts
-
Great, with Version 1.3.0, Ly display manager introduced a brightness feature, where you can increase or decrease brightness. -
Great, with Version 1.3.0, Ly display manager introduced a brightness feature, where you can increase or decrease brightness.@NebulaTide The config seems to suggest that it use this commands:
# Brightness decrease command
brightness_down_cmd = /usr/bin/backlight - 10# Brightness decrease key, or null to disable
brightness_down_key = F5# Brightness increase command
brightness_down_cmd = /usr/bin/backlight + 10Which is the correct command.