Search This Blog

Showing posts with label fluxbox. Show all posts
Showing posts with label fluxbox. Show all posts

Install and configure fluxbox on Ubuntu 13.10

  1. Install fluxbox as root or sudoer:
    sudo aptitude install feh fluxbox libjpeg-progs libjpeg-turbo-progs menu xfonts-terminus
  2. Set background color or wallpaper: edit ~/.fluxbox/overlay:
    • add the following lines to set background color:
      background: solid
      background.color: #303030
    • or add the following lines to set background wallpaper image:
      background: fullscreen
      background.pixmap: ~/Pictures/MyWallpaper.png