diff options
author | TheodorSmall <TheodorSmall@users.noreply.github.com> | 2024-05-23 18:44:25 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-05-23 19:57:17 +0200 |
commit | 528873e73780fcf042a7eb1f0f384c5c448977fc (patch) | |
tree | 4e14d519e0ce6e32110308b45f16d7b3ff65d15d | |
parent | ff45d1327b8ef7aecc0aabf08d25536c9d32be3c (diff) |
Install feh and set xdg-mime default for images
-rwxr-xr-x | install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |