Skip to content

Commit

Permalink
border workaround in readme, closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Aug 31, 2020
1 parent e2b14b8 commit fa40c56
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,23 @@ Call `i3-instant-layout --help` for full details, or

## Helpful tips

### How to sort windows
To get the windows in the right order for your layout of choice,
first enable the vStack or hStack layout, sort them,
and the proceed to your layout of choice.

### Border styles

i3-instant-layout must unmap/map the windows (ie. hide them temporarily) for i3
to place them at the rigth location.
Unfortunatly that appears to consume the border style.
Work around this with a line like this in your i3 config:
```
for_window [class="^.*"] border pixel 1
```




## Available layouts

Expand Down

0 comments on commit fa40c56

Please sign in to comment.