diff --git a/linux/defaults.md b/linux/defaults.md new file mode 100644 index 0000000..7456a4a --- /dev/null +++ b/linux/defaults.md @@ -0,0 +1,6 @@ +### Setting Defaults in Linux +## Setting the File Manager +# Show the current filemanager +```xdg-mime query default inode/directory``` +# Change the current File Manager: +```xdg-mime default nemo.desktop inode/directory```