{"id":834,"date":"2024-07-15T19:46:16","date_gmt":"2024-07-16T02:46:16","guid":{"rendered":"http:\/\/fx-td.com\/houdiniandchill\/?p=834"},"modified":"2024-07-15T19:48:54","modified_gmt":"2024-07-16T02:48:54","slug":"archived-post-by-legomyrstan-4","status":"publish","type":"post","link":"http:\/\/fx-td.com\/houdiniandchill\/2024\/07\/15\/archived-post-by-legomyrstan-4\/","title":{"rendered":"Archived post by legomyrstan"},"content":{"rendered":"<div class=\"postie-post\">\n<p class=\"\">maybe it will be useful to someone else: &#8220;`bash # Apply different scale if laptop lid is closed(clamshell mode) so Global GUI # can be bigger for smaller monitor and there is no need to set that manually # and restart Houdini is_clam_shell=$(ioreg -r -k AppleClamshellState -d 1 | grep AppleClamshellState | grep &#8220;Yes\\|No&#8221; -o) num_of_monitor=$( system_profiler SPDisplaysDataType | grep Resolution: | wc -l) if [[ $is_clam_shell = &#8220;No&#8221; &#038;&#038; num_of_monitor -eq 1 ]] then     export HOUDINI_UISCALE=200 else     export HOUDINI_UISCALE=115 fi &#8220;`<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>maybe it will be useful to someone else: &#8220;`bash # Apply different scale if laptop lid is closed(clamshell mode) so Global GUI # can be bigger for smaller monitor and there is no need to set that manually # and restart Houdini is_clam_shell=$(ioreg -r -k AppleClamshellState -d 1 | grep AppleClamshellState | grep &#8220;Yes\\|No&#8221; -o) &hellip; <a href=\"http:\/\/fx-td.com\/houdiniandchill\/2024\/07\/15\/archived-post-by-legomyrstan-4\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Archived post by legomyrstan<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/posts\/834"}],"collection":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/comments?post=834"}],"version-history":[{"count":0,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/posts\/834\/revisions"}],"wp:attachment":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/media?parent=834"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/categories?post=834"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/tags?post=834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}