Files
dotfiles/hypr/scripts/portal
2023-10-16 13:47:16 +08:00

11 lines
304 B
Bash
Executable File

#!/bin/bash
sleep 1
systemctl --user stop xdg-desktop-portal-gtk
systemctl --user stop xdg-desktop-portal-hyprland
systemctl --user stop xdg-desktop-portal
systemctl --user start xdg-desktop-portal-gtk
systemctl --user start xdg-desktop-portal-hyprland
sleep 2
systemctl --user start xdg-desktop-portal