File tree 3 files changed +20
-5
lines changed
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ of the currently selected container.
5
5
6
6
## Example
7
7
``` sh
8
- miraclemsg command " layout splitv" # Set the layout to 'vertical'
9
- miraclemsg command " layout splith" # Set the layout to 'horizontal'
10
- miraclemsg command " layout toggle split" # Set the layout to 'vertical' if 'horizontal' and vice versa
11
- miraclemsg command " layout toggle tabbed splith splitv" # Cycle through the layouts in the list
8
+ miraclemsg " layout splitv" # Set the layout to 'vertical'
9
+ miraclemsg " layout splith" # Set the layout to 'horizontal'
10
+ miraclemsg " layout toggle split" # Set the layout to 'vertical' if 'horizontal' and vice versa
11
+ miraclemsg " layout toggle tabbed splith splitv" # Cycle through the layouts in the list
12
12
```
13
13
14
14
## Links
15
- - [ i3 documentation] ( https://i3wm.org/docs/userguide.html#manipulating_layout )
15
+ - [ i3 documentation] ( https://i3wm.org/docs/userguide.html#manipulating_layout )
Original file line number Diff line number Diff line change
1
+ # Resize
2
+
3
+ Introduced in v0.4.0, the ` resize ` command allows users to to change the resize
4
+ the currently selected container
5
+
6
+ ## Example
7
+ ``` sh
8
+ miraclemsg " resize grow width 10" # Grow width by 10px
9
+ miraclemsg " resize shrink height 10 ppt" # Shrinks the height by 10% of the screen
10
+ miraclemsg " resize set 100px 50 ppt" # Sets the dimensions of the container to 100px width and 50% of the screen
11
+ ```
12
+
13
+ ## Links
14
+ - [ i3 documentation] ( https://i3wm.org/docs/userguide.html#resizingconfig )
Original file line number Diff line number Diff line change 38
38
- ipc/programming.md
39
39
- Commands :
40
40
- ipc/commands/layout_command.md
41
+ - ipc/commands/resize_command.md
41
42
- Screen Sharing : screenshare.md
42
43
- Mir's Built-in Configuration : configuration/mir.md
43
44
- Display Configuration : configuration/display_configuration.md
You can’t perform that action at this time.
0 commit comments