Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-22 | background: fix format issue for background image | Olivier Gayot | |
in $HOME/.wmii/wmiirc, we used to load the background image this way: $ feh --bg-fill ~/Images/background.jpg However, if we want to load another Image format (such as png, gif, ...), we need to change the extension in this file. To be more portable, we removed the extension since feh is capable of guessing the type of file. Now, we just have an image (or a [sym]link to an image) named ~/Image/background for it to be loaded when X starts. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2014-12-22 | wmii: add configuration file for wmii | Olivier Gayot | |
some content in the configuration script might not check for dependencies. We should have to fix it later. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> |