Skip to content

Commit

Permalink
fix syntax highlight in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Feb 12, 2023
1 parent 49ddd42 commit 6bf1c76
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions leftwm-layouts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Those layouts have only a single stack and no main column.

**Monocle**

```txt
```texts
+-----------+
| | only ever displays
| | one window at
Expand All @@ -54,7 +54,7 @@ Those layouts have only a single stack and no main column.

**EvenHorizontal**

```txt
```text
+--+--+--+--+
| | | | |
| | | | |
Expand All @@ -64,7 +64,7 @@ Those layouts have only a single stack and no main column.

**EvenVertical**

```txt
```text
+-----------+
|-----------|
|-----------|
Expand All @@ -74,7 +74,7 @@ Those layouts have only a single stack and no main column.

**Grid**

```txt
```text
+-----+-----+ +---+---+---+ +---+---+---+ +---+---+---+
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | +---+
Expand All @@ -91,7 +91,7 @@ Those layouts have a main and one stack column

**MainAndDeck**

```txt
```text
+-------+-----+
| | | only ever displays
| | | two windows at
Expand All @@ -102,7 +102,7 @@ Those layouts have a main and one stack column

**MainAndVertStack**

```txt
```text
+-------+-----+
| | |
| +-----+
Expand All @@ -113,7 +113,7 @@ Those layouts have a main and one stack column

**MainAndHorizontalStack**

```txt
```text
+-------+--+--+
| | | |
| | | |
Expand All @@ -124,7 +124,7 @@ Those layouts have a main and one stack column

**RightMainAndVertStack**

```txt
```text
+-----+-------+
| | |
+-----+ |
Expand All @@ -135,7 +135,7 @@ Those layouts have a main and one stack column

**Fibonacci**

```txt
```text
+-------+-----+
| | |
| +--+--+
Expand All @@ -146,7 +146,7 @@ Those layouts have a main and one stack column

**Dwindle**

```txt
```text
+-------+-----+
| | |
| +--+--+
Expand Down Expand Up @@ -265,15 +265,15 @@ and two stack columns surrounding it.

### Build and test the project

> **Info** Requires Rust >= 1.56.0
> **Note** Requires Rust >= 1.56.0
```shell
make
```

### Run the demo application

> **Info** Running the demo requires you to have GTK (`gtk3`) and pango (`?`) installed
> **Note** Running the demo requires you to have GTK (`gtk3`) and pango (`?`) installed
```shell
make dev
Expand Down

0 comments on commit 6bf1c76

Please sign in to comment.