View Single Post
  #1   (View Single Post)  
Old 22nd October 2008
rex rex is offline
Real Name: Nikhil Rathod
Shell Scout
 
Join Date: May 2008
Location: Chicago
Posts: 114
Default execute commands from xinitrc

I was playing with different wm and came across flwm which is based on wm2. As it do not provide any configuration, I was wondering is there a way to execute commands from my xinitrc. Commands such as for setting desktop backgrounds, starting conky and xscreensaver.

I tried
Code:
exec /usr/local/bin/feh --bg-scale /usr/home/user/Pictures/wall.jpg
exec /usr/local/bin/conky
Reply With Quote