diff options
author | EuAndreh <eu@euandre.org> | 2018-12-10 05:38:58 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-10 05:38:58 -0200 |
commit | 68c4dcdf7ee36693a6129ff3f000ad999cb46ca4 (patch) | |
tree | 953648c5adf465433c52b088d43e875dcf5aa5b2 | |
parent | Merge branch 'master' of git.sr.ht:~euandreh/dotfiles (diff) | |
download | dotfiles-68c4dcdf7ee36693a6129ff3f000ad999cb46ca4.tar.gz dotfiles-68c4dcdf7ee36693a6129ff3f000ad999cb46ca4.tar.xz |
WIP: set nautilus as the opener of directories.
-rw-r--r-- | bash/x.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |