fix: rm xdg-desktop-portal-{gtk,hyprland}

This commit is contained in:
Yingjie Wang 2024-08-26 11:45:10 -04:00
parent 3aac72de3b
commit a8b848e3ba
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ packagesPacman=(
"man-pages" "man-pages"
"gvfs" "gvfs"
"xdg-user-dirs" "xdg-user-dirs"
"xdg-desktop-portal-gtk" # "xdg-desktop-portal-gtk"
"xarchiver" "xarchiver"
"thunar-archive-plugin" "thunar-archive-plugin"
"zip" "zip"

View File

@ -3,14 +3,14 @@ packagesPacman=(
"hyprpaper" "hyprpaper"
"hyprlock" "hyprlock"
"hypridle" "hypridle"
"xdg-desktop-portal-hyprland" # "xdg-desktop-portal-hyprland"
"waybar" "waybar"
"grim" "grim"
"slurp" "slurp"
"swappy" "swappy"
"cliphist" "cliphist"
"kitty" "kitty"
); )
packagesYay=( packagesYay=(
"pyprland" "pyprland"
@ -18,4 +18,4 @@ packagesYay=(
"nwg-look" "nwg-look"
"eww" "eww"
"hyprshade" "hyprshade"
); )