dotfiles/.config/xorg/xprofile

13 lines
320 B

5 years ago
#!/bin/sh
xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle
xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications
5 years ago
redshift & # redshift for saving your eyes
mpd & # starts the mpd server for music
5 years ago
toggletouchpad & # deactivates the touchpad
owncloud &
dwmbar &
5 years ago
sxhkd &