Update .xprofile

This commit is contained in:
Vlad Doster 2020-05-18 23:17:18 -05:00 committed by GitHub
parent 83231a48fb
commit 51d6be35db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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