add .desktop files for signal and imv. Fix minor issues with blur
signal force wayland. imv make default app
This commit is contained in:
12
install.bash
12
install.bash
@ -2,9 +2,13 @@
|
||||
|
||||
# Run as root
|
||||
|
||||
ln -s hypr ../.config/hypr
|
||||
ln -s fastfetch ../.config/fastfetch
|
||||
ln -s mimeapps.list ../.config/mimeapps.list
|
||||
ln -s hypr ~/.config/hypr
|
||||
ln -s fastfetch ~/.config/fastfetch
|
||||
ln -s mimeapps.list ~/.config/mimeapps.list
|
||||
|
||||
# Move application .desktop files
|
||||
# Desktop files are used to create recognizable applications or force apps to use wayland
|
||||
mv application-files/* ~/.local/share/applications/
|
||||
|
||||
# Hyperland stuff
|
||||
pacman -S uwsm hyprland xdg-desktop-portal-hyprland
|
||||
@ -13,4 +17,4 @@ pacman -S uwsm hyprland xdg-desktop-portal-hyprland
|
||||
pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
|
||||
|
||||
# Other software
|
||||
pacman -S btop neovim nano grim slurp dust fastfetch feh wl-clipboard
|
||||
pacman -S btop neovim nano grim slurp dust fastfetch imv wl-clipboard
|
||||
|
Reference in New Issue
Block a user