View Single Post
Old 03-22-2022, 01:25 AM   #6
mrlanrat
Member
mrlanrat began at the beginning.
 
mrlanrat's Avatar
 
Posts: 15
Karma: 32
Join Date: May 2011
Device: entourage edge, Kindles
Thanks for the links. This thread had all the info I need. And the tools here.

The final working options:

PHP Code:
# resize to hide
./wmctrl -r L:C_N:titleBar_ID:system -'0,0,0,600,1'
# resize to unhide
./wmctrl -r L:C_N:titleBar_ID:system -'0,0,0,600,30'
# disable
lipc-set-prop com.lab126.pillow disableEnablePillow disable
# enable
lipc-set-prop com.lab126.pillow disableEnablePillow enable 

Last edited by mrlanrat; 03-28-2022 at 03:21 AM.
mrlanrat is offline   Reply With Quote