forked from ahurac/dotfiles
9 lines
163 B
Text
9 lines
163 B
Text
|
#!/bin/sh
|
||
|
/usr/lib/xdg-desktop-portal-wlr &
|
||
|
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||
|
sleep 1
|
||
|
artix-pipewire-loader &
|
||
|
sleep 1
|
||
|
waybar
|
||
|
|