2023-05-18 00:11:46 -04:00
|
|
|
# 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 &
|
|
|
|
|
2023-10-06 04:48:12 -04:00
|
|
|
# Import GTK settings
|
|
|
|
import-gsettings 2>&1
|
|
|
|
|
2023-05-18 00:11:46 -04:00
|
|
|
# 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
|
2024-10-01 20:18:46 -04:00
|
|
|
#nwggrid-server -layer-shell-layer OVERLAY 2>&1 &
|
|
|
|
nwg-drawer -r -ovl -nofs -term footclient -pbexit "pkill labwc" -pblock "swaylock -c 111111" -pbpoweroff "poweroff" -pbreboot "reboot" -pbsleep "systemctl suspend" -pbuseicontheme 2>&1 &
|