You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
197 B

  1. #!/bin/bash
  2. sleep 1
  3. killall -e xdg-desktop-portal-hyprland
  4. killall -e xdg-desktop-portal-wlr
  5. killall xdg-desktop-portal
  6. /usr/lib/xdg-desktop-portal-hyprland &
  7. sleep 2
  8. /usr/lib/xdg-desktop-portal &