aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-10 05:38:58 -0200
committerEuAndreh <eu@euandre.org>2018-12-10 05:38:58 -0200
commit68c4dcdf7ee36693a6129ff3f000ad999cb46ca4 (patch)
tree953648c5adf465433c52b088d43e875dcf5aa5b2
parentMerge branch 'master' of git.sr.ht:~euandreh/dotfiles (diff)
downloaddotfiles-68c4dcdf7ee36693a6129ff3f000ad999cb46ca4.tar.gz
dotfiles-68c4dcdf7ee36693a6129ff3f000ad999cb46ca4.tar.xz
WIP: set nautilus as the opener of directories.
-rw-r--r--bash/x.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/x.sh b/bash/x.sh
index 0759fc2..e0700e3 100644
--- a/bash/x.sh
+++ b/bash/x.sh
@@ -15,4 +15,6 @@ isLinux && {
xdg-settings set default-web-browser firefox.desktop
xdg-mime default firefox.desktop text/html
xdg-mime default firefox.desktop text/xml
+
+ xdg-mime default nautilus.desktop inode/directory # FIXME
}