some fixes

This commit is contained in:
TheK4n 2023-11-20 19:59:00 +03:00
parent df4e6b76f6
commit 7ebe80c176
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
%wheel ALL=(ALL:ALL) ALL
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
@includedir /etc/sudoers.d

View File

@ -27,7 +27,7 @@ die_if_invalid_path() {
cmd_list() {
find "$LAYOUTS_DIR" -type f -exec basename -s .sh {} \;
find "$LAYOUTS_DIR" -type f,l -exec basename -s .sh {} \;
}
cmd_edit() {

View File

@ -20,7 +20,7 @@ declare -A TARGETS=(
["git"]=".config/git"
["ranger"]=".config/ranger"
["gpg"]=""
["i3"]=".xinitrc .xprofile .Xresources .config/i3 .config/i3status .local/bin/i3status_wrapper .config/rofi .config/picom .local/bin/slm .local/bin/wifi .local/bin/bluetooth .local/bin/i3_switch_workspace.sh"
["i3"]=".xinitrc .xprofile .Xresources .config/i3 .config/i3status .local/bin/i3status_wrapper .config/rofi .config/picom .local/bin/slm .local/bin/slm_rofi.sh .local/bin/power_rofi.sh .local/bin/wifi .local/bin/bluetooth .local/bin/i3_switch_workspace.sh"
["bat"]=".config/bat"
["font"]=""
["termux"]=""