View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#3
For those who don't want to change window manager and want to see how it works:
Code:
wmctrl -l  => find window id of blender 
xdotool windowunmap "blenderId"
xprop -f _NET_WM_STATE 32a -set _NET_WM_STATE _NET_WM_STATE_FULLSCREEN -id "blenderId"
xdotool windowmap "blenderId"
 

The Following 5 Users Say Thank You to elros34 For This Useful Post: