Just giving Sway a try.
When using veracrypt ... automatic file explorer is opening in catfish, rather than thunar. Would I need to create a script to change the behavior?
Thanks!
Just giving Sway a try.
When using veracrypt ... automatic file explorer is opening in catfish, rather than thunar. Would I need to create a script to change the behavior?
Thanks!
I don't know if this will help, since I'm not a sway user... I found this interesting post, explaining how it works.
If you go to the linked source (Line number changed) you can see the options as well.
https://sourceforge.net/p/veracrypt/discussion/technical/thread/8cad4219/?limit=25#d91a
Maybe you could see if you could do anything with xdg-open:
https://wiki.archlinux.org/title/Xdg-utils#xdg-open
Or maybe there's simply a way to set thunar as default app...
The simple way is to run this command:
xdg-mime default thunar.desktop inode/directory
The manual way to do this is to edit the config at ~/.config/mimeappslist
and add the line inode/directory=thunar.desktop
to the "Default Applications" list.
Bloody sweet @BluishHumility
Thanks a zillion to you and @filo Just starting to dip the toes into a WM after many years in a DE.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.