Remove portal restart script

This commit is contained in:
ItsDrike 2023-01-25 01:17:03 +01:00
parent d5487addcb
commit 3d1a47acc7
No known key found for this signature in database
GPG key ID: B014E761034AF742
2 changed files with 1 additions and 9 deletions

View file

@ -13,7 +13,7 @@
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = hypr-restart-portals exec-once = systemctl --user start xdg-desktop-portal-hyprland
exec-once = setbg exec-once = setbg
exec-once = eww open bar0 exec-once = eww open bar0

View file

@ -1,8 +0,0 @@
#!/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