clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

set neomd as default email client

+13 -3
+1 -1
hypr/.config/hypr/bindings.conf
··· 22 22 bind = SUPER, Slash, exec, uwsm app -- 1password 23 23 24 24 #music and audio 25 - bind = SUPER, M, exec, ~/.config/hypr/sspaeti/jump-to-email-tmux.sh 25 + bind = SUPER, M, exec, ~/.config/hypr/sspaeti/jump-to-email-tmux.sh #launching neomd 26 26 bind = SUPER SHIFT, M, exec, ~/.config/hypr/sspaeti/toggle-audio.sh 27 27 bindd = SUPER CTRL, M, Toggle Mute, exec, pamixer --toggle-mute && notify-send "Audio" "$(pamixer --get-mute | grep -q 'true' && echo '🔇 Muted' || echo '🔊 Unmuted')" -t 2000 28 28
+1 -1
linux_applications/.config/mimeapps.list
··· 22 22 video/x-ogm+ogg=mpv.desktop 23 23 video/x-theora+ogg=mpv.desktop 24 24 application/ogg=mpv.desktop 25 - x-scheme-handler/mailto=brave-browser.desktop 25 + x-scheme-handler/mailto=neomd-mailto.desktop 26 26 inode/directory=org.gnome.Nautilus.desktop 27 27 text/html=brave-browser.desktop 28 28 application/xhtml+xml=brave-browser.desktop
+1 -1
linux_applications/.local/share/applications/brave-browser.desktop
··· 8 8 Icon=/home/sspaeti/.local/share/applications/icons/brave.png 9 9 Categories=Network;WebBrowser; 10 10 StartupNotify=false 11 - MimeType=x-scheme-handler/webcal;x-scheme-handler/unknown;x-scheme-handler/about;x-scheme-handler/https;x-scheme-handler/http;text/html;application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml; 11 + MimeType=x-scheme-handler/mailto;x-scheme-handler/webcal;x-scheme-handler/unknown;x-scheme-handler/about;x-scheme-handler/https;x-scheme-handler/http;text/html;application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;
+10
linux_applications/.local/share/applications/neomd-mailto.desktop
··· 1 + [Desktop Entry] 2 + Type=Application 3 + Name=neomd (mailto) 4 + Comment=Compose email in neomd terminal email client 5 + Exec=foot -e /home/sspaeti/.local/bin/neomd-mailto.sh %u 6 + Icon=mail-send 7 + Terminal=false 8 + NoDisplay=true 9 + MimeType=x-scheme-handler/mailto; 10 + Categories=Network;Email;