dotfiles/home/.local/bin/scripts/gui/hyprland/hypr-restart-portals
2022-11-20 03:15:56 +01:00

9 lines
201 B
Bash
Executable file

#!/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