aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/portal
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-16 00:36:10 +0300
committerawy <awy@awy.one>2025-08-16 00:36:10 +0300
commitf73ff09f89df7f409c0e8dc3396f37dbd89b639a (patch)
tree2e80f59cc956a1a1477f1104ce381f886d76ebe2 /.local/bin/portal
parent74a104f33b90f89869e95d4decba60f930665dcb (diff)
downloadhyprdots-f73ff09f89df7f409c0e8dc3396f37dbd89b639a.tar.gz
gentoo specific
Diffstat (limited to '.local/bin/portal')
-rwxr-xr-x.local/bin/portal6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/portal b/.local/bin/portal
index c73e77b..8cab945 100755
--- a/.local/bin/portal
+++ b/.local/bin/portal
@@ -1,8 +1,8 @@
#!/bin/sh
sleep 1
-killall /lib/xdg-desktop-portal-hyprland
+killall xdg-desktop-portal-hyprland
killall xdg-desktop-portal-wlr
killall xdg-desktop-portal
killall xdg-desktop-portal-termfilechooser
-/lib/xdg-desktop-portal-hyprland &
-/lib/xdg-desktop-portal-termfilechooser -r &
+/usr/libexec/xdg-desktop-portal-hyprland &
+/usr/libexec/xdg-desktop-portal-termfilechooser -r &