enable screenshots (not yet working)

This commit is contained in:
Yannick Reiß 2025-02-04 12:33:28 +01:00
parent 2445683aff
commit f980fa7e01
2 changed files with 8 additions and 0 deletions

View File

@ -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 {

7
xdg_portal.sh Executable file
View File

@ -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 &