aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh6
1 files changed, 5 insertions, 1 deletions
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