Compare commits

..

No commits in common. "9fcc33f76cdf830b0baeec2d5042f69c6ea7f023" and "6368c2241c27a5f7042e7289fbdabb37eaafa0e7" have entirely different histories.

6 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,3 @@
# zathura
alias thur="zathura"
# Run mpv from clipboard # Run mpv from clipboard
function mpvy; mpv (xsel -b); end function mpvy; mpv (xsel -b); end

View File

@ -2,5 +2,3 @@
[Default Applications] [Default Applications]
application/pdf=org.pwmt.zathura.desktop application/pdf=org.pwmt.zathura.desktop
x-scheme-handler/pdfref=copy_ref x-scheme-handler/pdfref=copy_ref
x-scheme-handler/http=org.qutebrowser.qutebrowser.desktop
x-scheme-handler/https=org.qutebrowser.qutebrowser.desktop

Binary file not shown.

Binary file not shown.

View File

@ -9,4 +9,8 @@ if [ "$DUNST_APP_NAME" = "prod" ]; then
exit exit
fi fi
paplay ~/.local/bin/deskutils/notif.mp3 if pactl list short sinks | grep -q virtual_mic; then
mpv ~/.local/bin/deskutils/notif.wav --audio-device=pulse/alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo
else
mpv ~/.local/bin/deskutils/notif.wav
fi

@ -1 +1 @@
Subproject commit 96f21845ddcf8585b332465257074efbaf39dd24 Subproject commit c189dcde7566bcbab35c288442e338df8ff25215