mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
11 lines
304 B
Bash
Executable File
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
|