Age | Commit message (Collapse) | Author |
|
Since spaces are not printed in the trayer bar of WMII, we use (dot)
instead.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
We need a blank line before a list of items (beginning with '*') so that
markdown actually interprets that as a list.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
duskCoder/VimperatorrcBuilder has been added as a submodule.
The install.sh script will first clone the repositoy and then use python
to generate the .vimperatorrc file.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
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>
|
|
the version of this file was outdated. There was only configuration for
xterm but I don't use it anymore.
configuration for urxvt has been added.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
we need to be able to chdir to the repository and just run ./install.sh
mode changed to 755 to avoid this issue.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
shopt is not used anymore since we do use GNU find instead.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
this file configures the X resources such as urxvt in our case.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
usage: ./install.sh user
[sudo] ./install.sh global
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
We should beware that this file is supposed to source a file related to
the distribution.
e.g. in this case: source archlinux.vim
we might need to process that name or remove it completely
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
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>
|
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
we used to read every file located in .zsh/ directory.
however, if the cwd is not $HOME/, then the shell will try to source
different files.
fixed by replacing .zsh/* by $ZDOTDIR/.zsh/* or $HOME/.zsh/*
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|