hyprland: decouple waybar into a script that gets run every config reload
This commit is contained in:
parent
f79dc5f08b
commit
88bcb04ad4
3 changed files with 12 additions and 10 deletions
11
scripts/hyprland/start_apps.sh
Executable file
11
scripts/hyprland/start_apps.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Start waybar.
|
||||
#
|
||||
waybar &
|
||||
|
||||
#
|
||||
# Start xwaylandvideobridge
|
||||
#
|
||||
xwaylandvideobridge &
|
||||
Loading…
Add table
Add a link
Reference in a new issue