some fixes
This commit is contained in:
parent
df4e6b76f6
commit
7ebe80c176
@ -1,4 +1,4 @@
|
||||
%wheel ALL=(ALL:ALL) ALL
|
||||
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
|
||||
|
||||
@includedir /etc/sudoers.d
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
2
install
2
install
@ -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"]=""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user