mirror of
https://github.com/0intro/wmii
synced 2025-03-15 11:13:06 +03:00
fixed a bug where VERSION was used in the manpage; now using CONFVERSION instead
This commit is contained in:
parent
6f0b9096d4
commit
2b525e6b8f
6
wmii.1
6
wmii.1
@ -13,7 +13,7 @@ An action is a shell script in the default setup, but it can actually be
|
||||
any executable file. It is executed usually by selecting it from the
|
||||
actions menu.
|
||||
You can customize an action by copying it from the global action
|
||||
directory CONFPREFIX/wmii-VERSION to $HOME/.wmii-VERSION and then editing the copy to
|
||||
directory CONFPREFIX/wmii-CONFVERSION to $HOME/.wmii-CONFVERSION and then editing the copy to
|
||||
fit your needs. Of course you can also create your own actions there; make
|
||||
sure that they are executable.
|
||||
.P
|
||||
@ -177,10 +177,10 @@ bindings, the bar labels, etc.
|
||||
/tmp/ns.$USER.${DISPLAY%.0}/wmii
|
||||
The wmii socket file which provides a 9P service.
|
||||
.TP
|
||||
CONFPREFIX/wmii-VERSION
|
||||
CONFPREFIX/wmii-CONFVERSION
|
||||
Global action directory.
|
||||
.TP
|
||||
$HOME/.wmii-VERSION
|
||||
$HOME/.wmii-CONFVERSION
|
||||
User-specific action directory. Actions are first searched here.
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
|
Loading…
x
Reference in New Issue
Block a user