enable screenshots (not yet working)
This commit is contained in:
parent
2445683aff
commit
f980fa7e01
|
@ -28,6 +28,7 @@ exec-once = blueman-applet
|
|||
exec-once = sleep 1 && schildichat-desktop
|
||||
exec-once = sleep 1 && evolution -c mail
|
||||
exec-once = sleep 2 && nextcloud
|
||||
exec-once = ~/.config/hypr/xdg_portal.sh
|
||||
|
||||
# General
|
||||
general {
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
sleep 1
|
||||
killall -e xdg-desktop-portal-hyprland
|
||||
killall xdg-desktop-portal
|
||||
/usr/lib/xdg-desktop-portal-hyprland &
|
||||
sleep 2
|
||||
/usr/lib/xdg-desktop-portal &
|
Loading…
Reference in New Issue