b55a2629fb
turns out i was dumping them in 2 different places lmao
9 lines
160 B
Bash
Executable File
9 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sleep 2
|
|
pkill -f /usr/libexec/xdg-desktop-portal\*
|
|
sleep 1
|
|
/usr/libexec/xdg-desktop-portal-hyprland &
|
|
sleep 1
|
|
exec /usr/libexec/xdg-desktop-portal
|