Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-10 | wmii: do not add the local bin directory to the PATH | Olivier Gayot | |
The PATH environment variable is supposed to be set for the user so it is removed from the configuration of wmii. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-01-06 | wmii: Replaced tag names | Olivier Gayot | |
Since spaces are not printed in the trayer bar of WMII, we use (dot) instead. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
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> |