Compare commits
4 Commits
6368c2241c
...
9fcc33f76c
Author | SHA1 | Date | |
---|---|---|---|
9fcc33f76c | |||
0ab541a5a9 | |||
0b25e00cbf | |||
6b492ecff4 |
@ -1,3 +1,6 @@
|
|||||||
|
# zathura
|
||||||
|
alias thur="zathura"
|
||||||
|
|
||||||
# Run mpv from clipboard
|
# Run mpv from clipboard
|
||||||
function mpvy; mpv (xsel -b); end
|
function mpvy; mpv (xsel -b); end
|
||||||
|
|
||||||
|
@ -2,3 +2,5 @@
|
|||||||
[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
|
||||||
|
BIN
src/.local/bin/deskutils/notif.mp3
Normal file
BIN
src/.local/bin/deskutils/notif.mp3
Normal file
Binary file not shown.
Binary file not shown.
@ -9,8 +9,4 @@ if [ "$DUNST_APP_NAME" = "prod" ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if pactl list short sinks | grep -q virtual_mic; then
|
paplay ~/.local/bin/deskutils/notif.mp3
|
||||||
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 c189dcde7566bcbab35c288442e338df8ff25215
|
Subproject commit 96f21845ddcf8585b332465257074efbaf39dd24
|
Loading…
x
Reference in New Issue
Block a user