mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
19 lines
253 B
Plaintext
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)
|