From fd953c5191677355b789ea636f61de5a83fbf38c Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 27 Aug 2024 17:36:26 +0300 Subject: stuff --- .local/bin/start-portal | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .local/bin/start-portal (limited to '.local/bin/start-portal') diff --git a/.local/bin/start-portal b/.local/bin/start-portal new file mode 100755 index 0000000..4fe3003 --- /dev/null +++ b/.local/bin/start-portal @@ -0,0 +1,7 @@ +#!/bin/dash + +killall "xdg-desktop-portal" "xdg-desktop-portal-hyprland" "xdg-desktop-portal-wlr" +sleep "2" +"/lib/xdg-desktop-portal-hyprland" & +sleep "2" +"/lib/xdg-desktop-portal" & -- cgit v1.2.3