hyprland: decouple waybar into a script that gets run every config reload

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-08-13 15:00:33 -03:00
parent f79dc5f08b
commit 88bcb04ad4
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 12 additions and 10 deletions

11
scripts/hyprland/start_apps.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
#
# Start waybar.
#
waybar &
#
# Start xwaylandvideobridge
#
xwaylandvideobridge &