mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
9 lines
201 B
Bash
Executable file
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
|