Changed file manager to thunar actually

This commit is contained in:
2026-02-09 16:47:45 +01:00
parent 67337565cf
commit 9cc2844707
2 changed files with 7 additions and 5 deletions

View File

@@ -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 \
@@ -154,7 +155,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

View File

@@ -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";