mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Remove portal restart script
This commit is contained in:
parent
d5487addcb
commit
3d1a47acc7
|
@ -13,7 +13,7 @@
|
|||
|
||||
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 = hypr-restart-portals
|
||||
exec-once = systemctl --user start xdg-desktop-portal-hyprland
|
||||
|
||||
exec-once = setbg
|
||||
exec-once = eww open bar0
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue