1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-06-01 20:36:06 +02:00
eoli3n-dotfiles/.xprofile
2016-03-29 20:32:34 +02:00

19 lines
253 B
Plaintext

#daemonize urxvt
urxvtd -q -o -f &
#compton launch
compton -GCb --config $HOME/.i3/compton.conf &
#set background
feh --bg-scale ~/img/wallpaper/current_wp.jpg &
#key mapping
xbindkeys &
#sound
cadence &
pavucontrol &
#ssh-agent
#eval $(ssh-agent)