Resize R plots to 40%

This commit is contained in:
coolneng 2021-10-25 11:43:50 +02:00
parent e5654d094e
commit a3d56cd2b9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ for_window [app_id="imv"] floating enable
for_window [app_id="popup"] floating enable, resize set 1280 720 for_window [app_id="popup"] floating enable, resize set 1280 720
# Resize zathura to 70% in tiling mode # Resize zathura to 70% in tiling mode
for_window [app_id="org.pwmt.zathura" workspace=$workspace4] resize set width 70 ppt for_window [app_id="org.pwmt.zathura" workspace=$workspace4] resize set width 70 ppt
# Resize R plots to 40% in tiling mode
for_window [class="R_x11"] resize set width 40 ppt
# Split windows vertically # Split windows vertically
exec swaymsg split vertical exec swaymsg split vertical