nixos/jaci/dotfiles/labwc/autostart
Jaci Anderson b14b22dd98 fix merge
2024-12-29 16:46:21 -07:00

22 lines
582 B
Plaintext

# Example autostart file
# Set background color.
swww init >/dev/null 2>&1 &
swww img ~/.config/labwc/backgrounds/cat1.jpg >/dev/null 2>&1 &
kanshi >/dev/null 2>&1 &
# Launch a panel such as yambar or waybar.
waybar >/dev/null 2>&1 &
# Enable notifications. Typically GNOME/KDE application notifications go
# through the org.freedesktop.Notifications D-Bus API and require a client such
# as mako to function correctly. Thunderbird is an example of this.
mako >/dev/null 2>&1 &
# Setup network applet
nm-applet --indicator >/dev/null 2>&1 &
wl-paste --watch cliphist store &