-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Resize | ||
|
||
Introduced in v0.4.0, the `resize` command allows users to to change the resize | ||
the currently selected container | ||
|
||
## Example | ||
```sh | ||
miraclemsg "resize grow width 10" # Grow width by 10px | ||
miraclemsg "resize shrink height 10 ppt" # Shrinks the height by 10% of the screen | ||
miraclemsg "resize set 100px 50 ppt" # Sets the dimensions of the container to 100px width and 50% of the screen | ||
``` | ||
|
||
## Links | ||
- [i3 documentation](https://i3wm.org/docs/userguide.html#resizingconfig) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters