Skip to content

Commit

Permalink
Revert "🐛 FIX: inkscape snap is broken"
Browse files Browse the repository at this point in the history
This reverts commit af05534.
  • Loading branch information
DaffyDuke committed Aug 3, 2022
1 parent af05534 commit 329ee6c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 26,993 deletions.
2 changes: 1 addition & 1 deletion .aliases
Expand Up @@ -88,7 +88,7 @@ downloadAllImages(){ wget --no-check-certificate -nd -H -p -A jpg,jpeg,png,gif -
dlmp3(){ wget -r -l1 -H -t1 -nd -N -np -A.mp3 -erobots=off "$1"; }
detach() { sudo umount "/dev/"$1"1"; udisks --detach "/dev/$1"; }
debug() { sudo strace -Ff -tt -p $(pidof $1) 2>&1 | tee strace-$1.log; }
# drm() { docker rm $(docker ps -q -a); }
drm() { docker rm $(docker ps -q -a); }

cleansnap() {
snap list --all | grep désactivé | while read Nom Version Révision Suivi Développeur Notes
Expand Down
5 changes: 4 additions & 1 deletion .config/autostart/variety.desktop
Expand Up @@ -2,12 +2,15 @@
Name=Variety
Comment=Variety Wallpaper Changer
Categories=GNOME;GTK;Utility;
Exec=/bin/bash -c "sleep 20 && /usr/bin/variety --profile /home/daffy/.config/variety/"
Exec=/usr/bin/variety --profile /home/daffy/.config/variety/
MimeType=text/uri-list;x-scheme-handler/variety;x-scheme-handler/vrty;
Icon=variety
Terminal=false
Type=Application
StartupNotify=false
Actions=Next;Previous;PauseResume;History;Preferences;
Keywords=Wallpaper;Changer;Change;Download;Downloader;Variety;
X-GNOME-Autostart-Delay=20
StartupWMClass=Variety
Hidden=false

2 changes: 2 additions & 0 deletions .config/yt-dlp/config
@@ -0,0 +1,2 @@
# Default Output Directory and Pattern
--ignore-errors -f best -o ~/Dropbox/Videos/News/%(extractor_key)s/%(uploader)s/%(title)s-%(id)s.%(ext)s
42 changes: 0 additions & 42 deletions .gmailctl/config.jsonnet

This file was deleted.

0 comments on commit 329ee6c

Please sign in to comment.