diff options
author | awy <awy@awy.one> | 2025-08-14 18:25:42 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 18:25:42 +0300 |
commit | 17989d57f47eb03cf5851623736265529eb97fb0 (patch) | |
tree | 8bba6f2a10e4e831e30d05016ee35abf8e1616c9 /rice.sh | |
parent | f8fc78a2e54ac81ddd047055749f3ab616560f0e (diff) | |
download | hyprdots-17989d57f47eb03cf5851623736265529eb97fb0.tar.gz |
termfilechooser portal
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -143,6 +143,14 @@ cd /home/"$PERMUSER" # cd /home/"$PERMUSER" # rm -rf autofox + +run_as_user git clone "https://aur.archlinux.org/xdg-desktop-portal-termfilechooser-hunkyburrito-git.git" termfilechooser +cd termfilechooser +sed -i 's/^[[:space:]]*arch-meson -Dsd-bus-provider=libsystemd build/ arch-meson -Dsd-bus-provider=libelogind -Dsystemd=disabled build/' PKGBUILD +run_as_user makepkg -csi + +cd /home/"$PERMUSER" +rm -rf termfilechooser rm -rf mutt-wizard # MPV |