diff options
-rw-r--r-- | .config/pipewire/pipewire.conf.d/user-session.conf | 4 | ||||
-rw-r--r-- | .config/shell/aliasrc | 6 | ||||
-rw-r--r-- | .local/share/applications/file.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/img.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/mail.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/pdf.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/rss.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/text.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/torrent.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/video.desktop | 4 |
10 files changed, 2 insertions, 40 deletions
diff --git a/.config/pipewire/pipewire.conf.d/user-session.conf b/.config/pipewire/pipewire.conf.d/user-session.conf deleted file mode 100644 index 85b3778..0000000 --- a/.config/pipewire/pipewire.conf.d/user-session.conf +++ /dev/null @@ -1,4 +0,0 @@ -context.exec = [ - { path = "/usr/bin/wireplumber" args = "" condition = [ { exec.session-manager = null } { exec.session-manager = true } ] } - { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" condition = [ { exec.pipewire-pulse = null } { exec.pipewire-pulse = true } ] } -] diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 92df898..3abf2d2 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -24,16 +24,14 @@ alias \ mv="mv -vi" \ rm="rm -vI" \ bc="bc -ql" \ - rsync="rsync -vrPlu" \ + rs="rsync -vrPlu --partial-dir=.rsync-partial" \ mkd="mkdir -pv" \ yt="yt-dlp --embed-metadata -i --embed-thumbnail" \ yta="yt -x -f bestaudio/best" \ ytt="yt --skip-download --write-thumbnail" \ ff="ffmpeg -hide_banner" \ - rs="rsync -vrP" \ - rsu="rs -u" \ df="df -h" \ - dd="sudo dd status=progress" \ + dd="dd status=progress" \ sx="nsxiv -a" \ ffmpeg="ffmpeg -hide_banner" \ diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop deleted file mode 100644 index 5df1633..0000000 --- a/.local/share/applications/file.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=File Manager -Exec=/usr/local/bin/st -e lfub %u diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop deleted file mode 100644 index 5783107..0000000 --- a/.local/share/applications/img.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Image viewer -Exec=/usr/bin/nsxiv -a %f diff --git a/.local/share/applications/mail.desktop b/.local/share/applications/mail.desktop deleted file mode 100644 index d24aea2..0000000 --- a/.local/share/applications/mail.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Mail -Exec=/usr/local/bin/st -e neomutt %u diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop deleted file mode 100644 index 8c38677..0000000 --- a/.local/share/applications/pdf.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=PDF reader -Exec=/usr/bin/zathura %u diff --git a/.local/share/applications/rss.desktop b/.local/share/applications/rss.desktop deleted file mode 100644 index 6fafc4f..0000000 --- a/.local/share/applications/rss.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=RSS feed addition -Exec=/usr/bin/env rssadd %U diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop deleted file mode 100644 index 41ee05f..0000000 --- a/.local/share/applications/text.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Text editor -Exec=/usr/local/bin/st -e nvim %u diff --git a/.local/share/applications/torrent.desktop b/.local/share/applications/torrent.desktop deleted file mode 100644 index f6d28d9..0000000 --- a/.local/share/applications/torrent.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Torrent -Exec=/usr/bin/env transadd %U diff --git a/.local/share/applications/video.desktop b/.local/share/applications/video.desktop deleted file mode 100644 index a29a0b1..0000000 --- a/.local/share/applications/video.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Video viewer -Exec=/usr/bin/mpv -quiet %f |