summaryrefslogtreecommitdiff
path: root/artix/home/.config/hypr/xdg-portal-hyprland
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
commit0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch)
treec9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.config/hypr/xdg-portal-hyprland
Initial commit
Diffstat (limited to 'artix/home/.config/hypr/xdg-portal-hyprland')
-rwxr-xr-xartix/home/.config/hypr/xdg-portal-hyprland13
1 files changed, 13 insertions, 0 deletions
diff --git a/artix/home/.config/hypr/xdg-portal-hyprland b/artix/home/.config/hypr/xdg-portal-hyprland
new file mode 100755
index 0000000..df34de5
--- /dev/null
+++ b/artix/home/.config/hypr/xdg-portal-hyprland
@@ -0,0 +1,13 @@
+#!/bin/bash
+sleep 1
+killall xdg-desktop-portal-hyprland
+killall xdg-desktop-portal-gnome
+killall xdg-desktop-portal-wlr
+killall xdg-desktop-portal
+logger 'killed all xdg-desktop'
+sleep 1
+/usr/lib/xdg-desktop-portal-hyprland
+logger 'xdg-desktop-portal-hyprland started'
+sleep 2
+/usr/lib/xdg-desktop-portal
+logger 'xdg-desktop-portal started'