diff options
| author | Callum R. Renwick <cren@tilde.team> | 2021-05-02 19:14:07 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-05-03 12:02:29 +0200 |
| commit | be79ad9042ca3a331755b7fb8835f253be5335ed (patch) | |
| tree | 579ab09e8e00fb9e1e3b951c2d3b02e14969f100 /example/init | |
| parent | 461cc96bd1a2357d2cad04cc8da36663eca4ba75 (diff) | |
| download | river-be79ad9042ca3a331755b7fb8835f253be5335ed.tar.gz river-be79ad9042ca3a331755b7fb8835f253be5335ed.tar.xz | |
example/init: Fix typo for main view size change
Diffstat (limited to 'example/init')
| -rwxr-xr-x | example/init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/init b/example/init index d4e6bbb..0e49a52 100755 --- a/example/init +++ b/example/init @@ -42,11 +42,11 @@ riverctl map normal $mod Return zoom # Mod+H and Mod+L to decrease/increase the main_factor value of rivertile by 0.05 riverctl map normal $mod H mod-layout-value rivertile fixed main_factor -0.05 -riverctl map normal $mod I mod-layout-value rivertile fixed main_factor +0.05 +riverctl map normal $mod L mod-layout-value rivertile fixed main_factor +0.05 # Mod+Shift+H and Mod+Shift+L to increment/decrement the main_count value of rivertile. riverctl map normal $mod+Shift H mod-layout-value rivertile int main_count +1 -riverctl map normal $mod+Shift I mod-layout-value rivertile int main_count -1 +riverctl map normal $mod+Shift L mod-layout-value rivertile int main_count -1 # Mod+Alt+{H,J,K,L} to move views riverctl map normal $mod+Mod1 H move left 100 |
