25 lines
674 B
Text
25 lines
674 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 &
|
|
|
|
# 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 2>&1 &
|