diff --git a/.xprofile b/.xprofile index cd216117..3d481a45 100755 --- a/.xprofile +++ b/.xprofile @@ -7,11 +7,11 @@ # 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 +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