solarityliveboot/airootfs/etc/skel/.config/labwc/autostart

28 lines
746 B
Text

# Just incase
systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP 2>&1 &
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP 2>&1 &
# Import GTK settings
import-gsettings 2>&1
# Set Background
swaybg -i /usr/share/wallpapers/shell-edskeye-tiles.png -m fill >/dev/null 2>&1 &
# Polkit
lxqt-policykit-agent >/dev/null 2>&1 &
# Clipboard manager
wl-paste --type text --watch cliphist store 2>&1 & #Stores only text data
wl-paste --type image --watch cliphist store 2>&1 & #Stores only image data
# Notifications
mako >/dev/null 2>&1 &
# Foot Server
foot -s >/dev/null 2>&1 &
# Panel
waybar -c ~/.config/waybar/labwc >/dev/null 2>&1 &
# Drawer
nwggrid-server -layer-shell-layer OVERLAY 2>&1 &