From 528873e73780fcf042a7eb1f0f384c5c448977fc Mon Sep 17 00:00:00 2001 From: TheodorSmall Date: Thu, 23 May 2024 18:44:25 +0200 Subject: Install feh and set xdg-mime default for images --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d546c59..077be15 100755 --- a/install.sh +++ b/install.sh @@ -87,7 +87,8 @@ if command_exists pacman; then cava \ neo-matrix \ wired \ - wlopm-git + wlopm-git \ + feh ${SUDO} rc-update add seatd boot ${SUDO} rc-service seatd start @@ -119,6 +120,9 @@ xdg-user-dirs-update --set MUSIC ~/music xdg-user-dirs-update --set PICTURES ~/pictures xdg-user-dirs-update --set VIDEOS ~/videos +xdg-mime default feh.desktop image/jpeg +xdg-mime default feh.desktop image/png + mkdir -p ~/.config/alacritty ln -sf ${PWD}/alacritty.toml ~/.config/alacritty/alacritty.toml -- cgit v1.2.3