diff --git a/aliases b/aliases index 90f352a1..d8af4637 100644 --- a/aliases +++ b/aliases @@ -31,6 +31,7 @@ alias svs="cd /etc/runit/sv && ls" alias vpnup="doas sv up openvpn && doas sv start openvpn" alias vpndown="doas sv down openvpn && doas sv stop openvpn" alias Code="cd ~/Documents/Code && ls" +alias graphics="cd ~/Documents/Graphic_Design && ls" alias Math="cd ~/Documents/Math && ls" alias cplus="cd ~/Documents/Code/cpp && ls" alias js="cd ~/Documents/Code/javascript && ls" @@ -395,7 +396,7 @@ alias unu="upnup" source $HOME/.linodes/.ips source $HOME/.k_hidden -source $HOME/.n_hidden -alias "${scomm}"='cd "${secdir}" && mmpv * && home' -alias "${scomm2}"='mmpv ${secvid} && home' -alias "${scomm3}"='cd "${secdir2}" && mmpv * && home' +# source $HOME/.n_hidden +# alias "${scomm}"='cd "${secdir}" && mmpv * && home' +# alias "${scomm2}"='mmpv ${secvid} && home' +# alias "${scomm3}"='cd "${secdir2}" && mmpv * && home' diff --git a/how_to_prep_svgs_inkscape.md b/how_to_prep_svgs_inkscape.md new file mode 100644 index 00000000..d333dcf6 --- /dev/null +++ b/how_to_prep_svgs_inkscape.md @@ -0,0 +1,18 @@ +Taken from +[StackExchange](https://graphicdesign.stackexchange.com/questions/147506/inkscape-to-convert-multiple-paths-into-one-single-path). + +1. Select everything, and do Ungroup Shift+Ctrl+G 5 times to remove all those + unnecessary nested groups. + +2. Do Path > Stroke to Path to turn the horizontal stroke into a path. + +3. Now you can do Path > Combine, or alternatively do Path > Union if you want + to get rid of any overlaps. + +4. Do File > Cleanup document + +5. To export as optimised SVG, do File > Save as, then select "Optimised SVG" + from the file type dropdown. + +6. In the Optimsed SVG Output dialog set up the items you want to keep and which + you want to remove. Here are my settings diff --git a/how_to_prep_svgs_inkscape.png b/how_to_prep_svgs_inkscape.png new file mode 100644 index 00000000..92bd63ba Binary files /dev/null and b/how_to_prep_svgs_inkscape.png differ diff --git a/updates.txt b/updates.txt index 2011d6b1..654bcb9a 100755 --- a/updates.txt +++ b/updates.txt @@ -705,3 +705,7 @@ ethernet.cloned-mac-address=random # Generate a random MAC for each Wi-Fi and associate the two permanently. wifi.cloned-mac-address=stable ``` + +02/09/2025 +Install tinycss2 (for Inkscape): +doas pacman -S python-tinycss2