xprofile (284B)
1 #!/bin/sh 2 3 # Fix Gnome Apps Slow Start due to failing services 4 # Add this when you include flatpak in your system 5 dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY 6 7 mpd & 8 remaps & 9 sxhkd & 10 setbg & 11 picom & 12 dunst & 13 xset r rate 300 50 & 14 unclutter &