From eee0b655dcc161b3fc69139b278b9937ac1f3d1f Mon Sep 17 00:00:00 2001 From: AngeD Date: Sun, 26 Mar 2023 11:56:28 +0200 Subject: [PATCH] fix: podman package name --- config | 2 +- dwm/etc/udev/rules.d/backlight.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 663e69f..e101575 100644 --- a/config +++ b/config @@ -31,7 +31,7 @@ pkg=( tree udisks2 zsh - {podman,-docker} docker-compose + podman{,-docker} docker-compose ) laptop_pkg=( diff --git a/dwm/etc/udev/rules.d/backlight.rules b/dwm/etc/udev/rules.d/backlight.rules index 9742b07..333af3c 100644 --- a/dwm/etc/udev/rules.d/backlight.rules +++ b/dwm/etc/udev/rules.d/backlight.rules @@ -1 +1 @@ -ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chmod g+w $sys$devpath/brightness" +ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chmod a+w $sys$devpath/brightness"