🚀 perf(hypr): portal script
This commit is contained in:
parent
79beca1f36
commit
64d5837fa8
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
sleep 1
|
||||
killall xdg-desktop-portal-hyprland
|
||||
killall -e xdg-desktop-portal-hyprland
|
||||
killall -e xdg-desktop-portal-wlr
|
||||
killall xdg-desktop-portal
|
||||
sleep 1
|
||||
/usr/lib/xdg-desktop-portal-hyprland &
|
||||
sleep 2
|
||||
/usr/lib/xdg-desktop-portal &
|
||||
|
|
Loading…
Add table
Reference in a new issue