mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
commit
4a93241329
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ You must be comfortable with [C][1], [XCB][2] and [Git][3].
|
|||
## Coding Style
|
||||
|
||||
I follow the [Linux Coding Style][4] with the following variations:
|
||||
- [Ident with tabs, align with spaces][5].
|
||||
- [Indent with tabs, align with spaces][5].
|
||||
- Always use braces with if/else.
|
||||
|
||||
## Browsing the Code
|
||||
|
|
|
@ -158,7 +158,7 @@ Only consider tiled windows\&.
|
|||
.PP
|
||||
nontiled
|
||||
.RS 4
|
||||
Only consider tiled windows\&.
|
||||
Only consider non tiled windows\&.
|
||||
.RE
|
||||
.PP
|
||||
pseudotiled
|
||||
|
|
|
@ -100,7 +100,7 @@ tiled::
|
|||
Only consider tiled windows.
|
||||
|
||||
nontiled::
|
||||
Only consider tiled windows.
|
||||
Only consider non tiled windows.
|
||||
|
||||
pseudotiled::
|
||||
Only consider pseudo-tiled windows.
|
||||
|
|
Loading…
Add table
Reference in a new issue