1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00
eoli3n-dotfiles/.xprofile

16 lines
222 B
Plaintext
Raw Normal View History

2016-03-16 12:24:57 +01:00
#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 &