dotfiles/home/.local/bin/scripts/gui/hyprland/hypr-restart-portals

9 lines
201 B
Plaintext
Raw Normal View History

2022-10-29 21:31:40 +00:00
#!/bin/sh
sleep 4
systemctl --user stop xdg-desktop-portal
systemctl --user stop xdg-desktop-portal-wlr
sleep 2
systemctl --user start xdg-desktop-portal
systemctl --user start xdg-desktop-portal-wlr