aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodorSmall <TheodorSmall@users.noreply.github.com>2024-05-23 18:44:25 +0200
committerHimbeer <himbeer@disroot.org>2024-05-23 19:57:17 +0200
commit528873e73780fcf042a7eb1f0f384c5c448977fc (patch)
tree4e14d519e0ce6e32110308b45f16d7b3ff65d15d
parentff45d1327b8ef7aecc0aabf08d25536c9d32be3c (diff)
Install feh and set xdg-mime default for images
-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