Allow space after space
This commit is contained in:
parent
ed5ac7f41d
commit
bf078c673f
@ -24,7 +24,7 @@ Hide the bar, when 'mod4' is not pressed. With this, dockmode will not be set, a
|
|||||||
If *-c* is specified, the childprocess is sent a 'SIGSTOP' on hiding and a 'SIGCONT' on unhiding of the bars.
|
If *-c* is specified, the childprocess is sent a 'SIGSTOP' on hiding and a 'SIGCONT' on unhiding of the bars.
|
||||||
This is the default behavior of i3bar.
|
This is the default behavior of i3bar.
|
||||||
|
|
||||||
*-d*['pos']*, --dock*[*=*'pos']::
|
*-d* \['pos']*, --dock*[*=*'pos']::
|
||||||
Put i3bar in dockmode. This will reserve some space for it, so it does not overlap other clients.
|
Put i3bar in dockmode. This will reserve some space for it, so it does not overlap other clients.
|
||||||
You can specify either *bottom* (default) or *top* as 'pos'.
|
You can specify either *bottom* (default) or *top* as 'pos'.
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ int main(int argc, char **argv) {
|
|||||||
{ NULL, 0, 0, 0}
|
{ NULL, 0, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
while ((opt = getopt_long(argc, argv, "s:c:d::mf:whvVA:B:C:D:E:F:G:H:I:J:", long_opt, &option_index)) != -1) {
|
while ((opt = getopt_long(argc, argv, "s:c:d:mf:whvVA:B:C:D:E:F:G:H:I:J:", long_opt, &option_index)) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 's':
|
case 's':
|
||||||
socket_path = expand_path(optarg);
|
socket_path = expand_path(optarg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user