Files
dotfiles/deprecated/hypr/scripts/portal
2023-12-04 09:44:54 +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