Gottox/bgs
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bgs - back ground setter ======================== bgs is an extremely fast and small background setter for X. Requirements ------------ In order to build bgs you need the Xlib and Imlib2 header files. Installation ------------ Edit config.mk to match your local setup (bgs is installed into the /usr/local namespace by default). Afterwards enter the following command to build and install bgs (if necessary as root): make clean install Running bgs ----------- Add the following line to your .xinitrc to start bgs using startx: bgs <image> & In order to connect bgs to a specific display, make sure that the DISPLAY environment variable is set correctly, e.g.: DISPLAY=foo.bar:1 bgs <image> & (This will start bgs on display :1 of the host foo.bar.) In order to have a different image on each monitor you can specify multiple images (one per monitor), e.g.: DISPLAY=foo.bar:1 bgs <image1> <image2> & (This will display image1 on monitor 1 and image2 on monitor 2.)
About
simple background setter based on imlib2
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published