voidrice/.xprofile
2020-05-18 23:17:18 -05:00

18 lines
831 B
Bash
Executable File

#!/bin/sh
# This file runs when a DM logs you into a graphical session.
# If you use startx/xinit like a Chad, this file will also be sourced.
# Fix Gnome Apps Slow Start due to failing services
# Add this when you include flatpak in your system
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
mpd & # Music player daemon; You might prefer it as a service though
remaps & # Run the remaps script, switching caps/esc and more; check it for more info
setbg & # Set the background with the `setbg` script
#xrdb -load "${XDG_CONFIG_HOME}/X11/Xresources" & # Uncomment to use Xresources colors/settings on startup
xcompmgr & # xcompmgr for transparency
dunst & # Dunst for notifications
xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle