prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
6.82k stars 812 forks source link

Need help about MTP #1639

Closed laleeroy closed 3 months ago

laleeroy commented 3 months ago

Can you help me where to find the path of the MTP devices? Copying manually in dolphin file manager is working, but I want to copy with script and I needed the path for mtp devices

kRHYME7 commented 3 months ago

Repo's not a bash 101. Better to open a discussion. Or seek some advice in the Discord channel.

But probably external devices can be in /dev/ or inside $XDG_RUNTIME_DIR/<UID> you can ls on those path.

laleeroy commented 3 months ago

Thank you!