swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 80ea5d615f7f39b27452dc3591952736681c9c91
parent 0e665b171e1336f9b6ecb7c2af494df8fb7e16d5
Author: awy <awy@awy.one>
Date:   Tue, 13 May 2025 23:05:56 +0300

fixes

Diffstat:
Mrice.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rice.sh b/rice.sh @@ -12,7 +12,7 @@ if [ -x "$(command -v doas)" ]; then evalcommand="doas -u $PERMUSER" cp /etc/doas.conf /etc/doas.bak echo "permit nopass :wheel" > /etc/doas.conf - echo "permit nopass root" > /etc/doas.conf + echo "permit nopass root" >> /etc/doas.conf else PERMUSER=$SUDO_USER evalcommand="sudo -u $PERMUSER"