From 7759496e3aee69b3995d9762f8fe3446cd388503 Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:47:45 +0100 Subject: [PATCH] Changed file manager to thunar actually --- install.sh | 10 ++++++---- niri/.config/niri/dms/binds.kdl | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index f0231e3..146ec05 100755 --- a/install.sh +++ b/install.sh @@ -86,7 +86,7 @@ for choice in "${desktop[@]}"; do sudo -v || exit 1 yay -S --needed --noconfirm \ niri \ - dolphin \ + thunar \ gnome-keyring \ brightnessctl \ cava \ @@ -110,7 +110,8 @@ for choice in "${desktop[@]}"; do stow niri qt6ct --adopt # xdg-mime default org.gnome.nautilus.desktop inode/directory - xdg-mime default org.kde.dolphin.desktop inode/directory + # xdg-mime default org.kde.dolphin.desktop inode/directory + xdg-mime default thunar.desktop inode/directory mkdir -p "$HOME"/.config/environment.d # echo "QT_QPA_PLATFORMTHEME=qt6ct" >>"$HOME"/.config/environment.d/90-qt.conf @@ -130,7 +131,7 @@ for choice in "${desktop[@]}"; do yay -S --needed --noconfirm \ hyprland \ uwsm \ - dolphin \ + thunar \ gnome-keyring \ brightnessctl \ cava \ @@ -153,7 +154,8 @@ for choice in "${desktop[@]}"; do stow hyprland qt6ct --adopt # xdg-mime default org.gnome.nautilus.desktop inode/directory - xdg-mime default org.kde.dolphin.desktop inode/directory + # xdg-mime default org.kde.dolphin.desktop inode/directory + xdg-mime default thunar.desktop inode/directory mkdir -p "$HOME"/.config/environment.d # echo "QT_QPA_PLATFORMTHEME=qt6ct" >>"$HOME"/.config/environment.d/90-qt.conf diff --git a/niri/.config/niri/dms/binds.kdl b/niri/.config/niri/dms/binds.kdl index 738d886..bb8268e 100644 --- a/niri/.config/niri/dms/binds.kdl +++ b/niri/.config/niri/dms/binds.kdl @@ -1,5 +1,5 @@ binds { - Mod+E repeat=false { spawn "dolphin"; } + Mod+E repeat=false { spawn "thunar"; } xF86AudioPlay { spawn-sh "dms ipc call mpris playPause";