feat(hypr): use nautilus as file manager

This commit is contained in:
etwas 2024-12-11 15:18:12 +01:00
parent 4835dac341
commit 1722b1bc13
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -106,6 +106,7 @@
hyprshot = lib.getExe pkgs.hyprshot;
rofi = lib.getExe pkgs.rofi-wayland;
swaylock = lib.getExe pkgs.swaylock;
nautilus = lib.getExe pkgs.nautilus;
workspaces = [
"1"
"2"
@ -122,7 +123,7 @@
# Main binds
"$mod SHIFT,M,exit,"
"$mod,Q,exec,${alacritty}"
"$mod,E,exec,${alacritty} -e ranger"
"$mod,E,exec,${nautilus}"
"$mod,W,killactive,"
"$mod,V,togglefloating,"
"$mod,P,pseudo,"