Nemo: Difference between revisions
Add "Set keyboard shortcut for "Open in terminal"" |
Undo revision 20639 The category is not redundant. This application is both an application and a file manager. Tag: Undo |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Installation == | == Installation == | ||
Install the | Install the {{nixos:package|nemo-with-extensions}} or {{nixos:package|nemo}} package. | ||
== Configuration == | == Configuration == | ||
Line 9: | Line 9: | ||
=== Set Nemo as default file browser === | === Set Nemo as default file browser === | ||
To set Nemo as the default file browser, create a desktop entry and set it as a default application using [[Home Manager]]: | To set Nemo as the default file browser, [[Default_applications|create a desktop entry]] and set it as a default application using [[Home Manager]]: | ||
{{file|~/.config/home-manager/home.nix|nix|3= | {{file|~/.config/home-manager/home.nix|nix|3= | ||
Line 40: | Line 40: | ||
=== Set keyboard shortcut for "Open in terminal" === | === Set keyboard shortcut for "Open in terminal" === | ||
To edit keyboard shortcuts, set dconf.settings and edit <code>~/.gnome2/accels/nemo</code> using Home Manager: | To edit keyboard shortcuts, set dconf.settings and edit <code>~/.gnome2/accels/nemo</code> using Home Manager (replacing "F4" with the desired key combination): | ||
{{file|~/.config/home-manager/home.nix|nix|3= | {{file|~/.config/home-manager/home.nix|nix|3= |