mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Update multiple scripts
This commit is contained in:
parent
542ac098b4
commit
44b010a541
17 changed files with 424 additions and 37 deletions
8
home/.local/bin/scripts/gui/hyprland/hypr-restart-portals
Executable file
8
home/.local/bin/scripts/gui/hyprland/hypr-restart-portals
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue